diff options
Diffstat (limited to 'src/tests/lib.c')
| -rw-r--r-- | src/tests/lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/lib.c b/src/tests/lib.c index ee36505..5e34069 100644 --- a/src/tests/lib.c +++ b/src/tests/lib.c @@ -5,6 +5,8 @@ #include <string.h> #include <syscall.h> +// Note: test_name is overridden in some tests, and not in others. +__attribute__((weak)) const char *test_name; bool quiet = false; |
