fixed a memory leak in lexer, all tests are now memory safe
This commit is contained in:
parent
cb48a9f573
commit
a9a26ec122
8 changed files with 378 additions and 518 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue