Permalink
Browse files

enable unit tests

  • Loading branch information...
1 parent 5e45a56 commit d6ff3ddf77c0b94539525f9f50819d00a123f9eb @ernfrid ernfrid committed Dec 18, 2015
Showing with 1 addition and 0 deletions.
  1. +1 −0 CMakeLists.txt
View
@@ -51,6 +51,7 @@ set(TEST_DATA_DIRECTORY ${CMAKE_SOURCE_DIR}/test-data)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/test-bin)
enable_testing(true)
+add_projects(test/lib)
# integration testing
add_subdirectory(integration-test)

0 comments on commit d6ff3dd

Please sign in to comment.