CMake: Move performance tests under the cmake option
This way running full sweep of regression tests does not require waiting for the performance test to finish.
This commit is contained in:
@@ -395,6 +395,7 @@ option(WITH_BOOST "Enable features depending on boost" ON)
|
||||
|
||||
# Unit testsing
|
||||
option(WITH_GTESTS "Enable GTest unit testing" OFF)
|
||||
option(WITH_TESTS_PERFORMANCE "Enable performance tests" OFF)
|
||||
|
||||
|
||||
# Documentation
|
||||
|
Reference in New Issue
Block a user