updated hashtable and started on basic hashtable testing

This commit is contained in:
herbglitch 2025-02-14 03:23:42 -07:00
parent 122eb1d351
commit c344594af7
7 changed files with 453 additions and 187 deletions

View file

@ -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}
)