diff options
Diffstat (limited to 'tests/test.h')
-rw-r--r-- | tests/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h index cd19482..e4123bf 100644 --- a/tests/test.h +++ b/tests/test.h @@ -16,3 +16,4 @@ void test_fail(PRINTF_FORMAT_STRING const char *, ...) ATTRIBUTE_PRINTF(1, 2); void test_parsing(const char *test_dir); void test_errors(const char *test_dir); +void test_location(const char *test_dir); |