Use ctest for integration testing
This commit is contained in:
parent
af4fb97d7b
commit
a32b2b412b
6 changed files with 102 additions and 129 deletions
|
|
@ -50,6 +50,7 @@ endif()
|
|||
if (PROJECT_IS_TOP_LEVEL)
|
||||
option(BUILD_TESTS "Build the tests")
|
||||
if (BUILD_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue