Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-04-20 16:30:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-20 16:30:26 +0300
commit42e427905cd77dc5e8d805b121c754e1be54737f (patch)
tree80d8f50fa440c0c28b6870e433b099999212bdbc /CMakeLists.txt
parent4d5446cea7c3498eeca05ea4917b7b7594bef3ac (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03b7f229eb4..cd37aa17468 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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