1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: enable hash_table unit tests

This commit is contained in:
Steffen Vogel 2018-08-13 15:29:48 +02:00
parent 7bf06e0dd3
commit 430f5f8a94

View file

@ -42,6 +42,7 @@ if(CRITERION_FOUND)
timing.c
utils.c
tsc.c
hash_table.c
)
add_executable(unit-tests ${TEST_SRC})