summaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c1
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;