From d5cf3acb7a45b7e46bf51dc6a66030d7bc986597 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 18:54:37 -0400 Subject: Interpretation tests, various bugfixes --- tests/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.h') diff --git a/tests/test.h b/tests/test.h index 59807d1..c6109fb 100644 --- a/tests/test.h +++ b/tests/test.h @@ -16,5 +16,6 @@ void test_fail(PRINTF_FORMAT_STRING const char *, ...) ATTRIBUTE_PRINTF(1, 2); void test_parsing(void); void test_errors(void); void test_location(void); +void test_interpretation(void); char **list_dir(const char *dir, const char *suffix); void free_listing(char **listing); -- cgit v1.2.3