diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 18:54:37 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 18:54:37 -0400 |
commit | d5cf3acb7a45b7e46bf51dc6a66030d7bc986597 (patch) | |
tree | 357dc594623a3abc2a04d2d516df3bed9406a933 /tests/main.c | |
parent | 2b519f42fec913763abd0d967301916e763e770a (diff) |
Interpretation tests, various bugfixes
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |