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
path: root/tests
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-06-29 19:15:02 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-06-29 19:15:02 +0300
commit117bcfe039c6cd3c235e6a8da064a8c283176648 (patch)
treecc7a78455108c9e3e584aa4a48e4d663a9d411ce /tests
parenta8bc5f0cdb0217401e418355db71ea042ca552d1 (diff)
GTests: do not add 'performance' tests to auto-ran tests (with ctest or 'make test')...
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenlib/CMakeLists.txt b/tests/gtests/blenlib/CMakeLists.txt
index 20b876053d9..ae773a05e8d 100644
--- a/tests/gtests/blenlib/CMakeLists.txt
+++ b/tests/gtests/blenlib/CMakeLists.txt
@@ -46,5 +46,5 @@ BLENDER_TEST(BLI_hash_mm2a "bf_blenlib")
BLENDER_TEST(BLI_ghash "bf_blenlib")
if(WITH_TESTS_PERFORMANCE)
- BLENDER_TEST(BLI_ghash_performance "bf_blenlib")
+ BLENDER_TEST_PERFORMANCE(BLI_ghash_performance "bf_blenlib")
endif()