From 430f5f8a944af92a9aa310b3e5a3239eb82fe718 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 13 Aug 2018 15:29:48 +0200 Subject: [PATCH] tests: enable hash_table unit tests --- tests/unit/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index e519b962f..4f420827a 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -42,6 +42,7 @@ if(CRITERION_FOUND) timing.c utils.c tsc.c + hash_table.c ) add_executable(unit-tests ${TEST_SRC})