updated csv tests and removed chemical tests because chemical tests had memory leaks

This commit is contained in:
herbglitch 2025-01-06 17:35:13 -07:00
parent a3e640c252
commit 136344c009
3 changed files with 28 additions and 12 deletions

View file

@ -127,9 +127,9 @@ if(ARCHEUS_STD_TESTS)
tests/test.c
tests/std/chemical.c
#tests/std/vector.c
#tests/std/lexer.c
#tests/std/parser.c
tests/std/vector.c
tests/std/lexer.c
tests/std/parser.c
tests/std/parser/csv.c
tests/std/parser/parserlang.c