Create some integration tests

This commit is contained in:
2024-11-02 16:41:50 +00:00
parent 5dbcaaaf40
commit 7f5aa1766c
2 changed files with 55 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ add_test_suites(
convert_tests.c
desugar_tests.c
fsa_tests.c
integration_tests.c
min_heap_tests.c
parse_tests.c
)