Skip to content

Commit

Permalink
only test small htable for speed reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 20, 2017
1 parent 35fa7a4 commit 1e8ce0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/unittests/CMakeLists.txt
Expand Up @@ -39,6 +39,8 @@ set (TEST_SRC
)


add_definitions(-DTEST_SMALL_HTABLE)

add_executable(test_lib
${TEST_SRC}
)
Expand All @@ -54,4 +56,5 @@ add_test(NAME test_lib
set_property(TEST test_lib
PROPERTY ENVIRONMENT "LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/src/lib")


add_dependencies(check test_lib)

0 comments on commit 1e8ce0c

Please sign in to comment.