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/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index c34a79d..791fdc7 100644 --- a/tests/main.c +++ b/tests/main.c @@ -65,6 +65,7 @@ int main(int argc, char **argv) { test_parsing(); test_errors(); test_location(); + test_interpretation(); if (any_failure) { fprintf(stderr, "\x1b[1m\x1b[91mSome tests failed.\x1b[0m\n"); return EXIT_FAILURE; -- cgit v1.2.3