Add integration tests

This commit is contained in:
2025-08-10 17:26:14 +01:00
parent e25975e29d
commit 5c585ad35c
2 changed files with 49 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ add_test_suites(
env_tests.c
eval_tests.c
expr_tests.c
integration_tests.c
parse_tests.c
prim_tests.c
print_tests.c