From 4f2644f354184d5febc1aa8f37e987eca03f7f25 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 14:06:17 -0400 Subject: More tests; fix locations --- tests/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index ff68df3..2b2bfae 100644 --- a/tests/main.c +++ b/tests/main.c @@ -25,6 +25,7 @@ int main(int argc, char **argv) { const char *test_dir = argc == 2 ? argv[1] : "../tests"; test_parsing(test_dir); test_errors(test_dir); + test_location(test_dir); if (any_failure) { fprintf(stderr, "\x1b[1m\x1b[91mSome tests failed.\x1b[0m\n"); return EXIT_FAILURE; -- cgit v1.2.3