updated hashtable and started on basic hashtable testing
This commit is contained in:
parent
122eb1d351
commit
c344594af7
7 changed files with 453 additions and 187 deletions
|
|
@ -126,12 +126,13 @@ if(ARCHEUS_STD_TESTS)
|
|||
add_executable(tests
|
||||
tests/test.c
|
||||
|
||||
tests/std/chemical.c
|
||||
tests/std/vector.c
|
||||
tests/std/lexer.c
|
||||
tests/std/parser.c
|
||||
tests/std/parser/csv.c
|
||||
tests/std/parser/parserlang.c
|
||||
#tests/std/chemical.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
|
||||
|
||||
${ARCHEUS_STD_SOURCES}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue