Skip to content

Commit

Permalink
Discover generated serialization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micmn committed Mar 26, 2017
1 parent 20adbf9 commit c456c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/CMakeLists.txt
Expand Up @@ -114,11 +114,11 @@ FILE(GLOB_RECURSE UNITTEST_SRC *_unittest.cc)
LIST(APPEND UNITTEST_SRC ${TEMPLATE_GENERATED_UNITTEST})

add_unit_test_executable(shogun-unit-test unit-tests "${UNITTEST_SRC}")
shogun_discover_tests(shogun-unit-test)

LIST(APPEND SERIALIZATION_UNITTEST base/main_unittest.cc)
add_unit_test_executable(shogun-serialization-unit-test serialization-unit-tests "${SERIALIZATION_UNITTEST}")

shogun_discover_tests(shogun-unit-test)
shogun_discover_tests(shogun-serialization-unit-test)

# Add unittests to the dependencies of modular interfaces to make sure nothing
# will infer with them being build single-threaded.
Expand Down

0 comments on commit c456c65

Please sign in to comment.