fixed a memory leak in lexer, all tests are now memory safe

This commit is contained in:
herbglitch 2025-03-28 02:53:03 -06:00
parent cb48a9f573
commit a9a26ec122
8 changed files with 378 additions and 518 deletions

View file

@ -135,14 +135,14 @@ if(ARCHEUS_TESTS)
add_executable(tests
tests/test.c
#tests/std/config.c
#tests/std/entity.c
#tests/std/hashtable.c
#tests/std/lexer.c
#tests/std/parser.c
#tests/std/parser/csv.c
#tests/std/parser/parserlang.c
#tests/std/vector.c
tests/std/config.c
tests/std/entity.c
tests/std/hashtable.c
tests/std/lexer.c
tests/std/parser.c
tests/std/parser/csv.c
tests/std/parser/parserlang.c
tests/std/vector.c
tests/std/vector/inline.c
${ARCHEUS_SOURCES}