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>2018-11-28 18:50:02 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-11-28 18:50:02 +0300
commitc16321cb9dc983d174e7f5888d66118ef5f76a92 (patch)
tree9d703ba54a92ab8e162a84c960b6fe9ace0d11a2 /tests
parentce927e15e0e3570a02834b6001519a024ca1e2b6 (diff)
Fix building gtests and bplayer after recent NumaAPI addition.
Seriously... like, seriously...
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gtests/blenlib/CMakeLists.txt b/tests/gtests/blenlib/CMakeLists.txt
index a3f62d8a05d..43883e83f6e 100644
--- a/tests/gtests/blenlib/CMakeLists.txt
+++ b/tests/gtests/blenlib/CMakeLists.txt
@@ -46,8 +46,8 @@ BLENDER_TEST(BLI_array_utils "bf_blenlib")
BLENDER_TEST(BLI_ghash "bf_blenlib")
BLENDER_TEST(BLI_hash_mm2a "bf_blenlib")
BLENDER_TEST(BLI_heap "bf_blenlib")
-BLENDER_TEST(BLI_kdopbvh "bf_blenlib")
-BLENDER_TEST(BLI_linklist_lockfree "bf_blenlib")
+BLENDER_TEST(BLI_kdopbvh "bf_blenlib;bf_intern_numaapi")
+BLENDER_TEST(BLI_linklist_lockfree "bf_blenlib;bf_intern_numaapi")
BLENDER_TEST(BLI_listbase "bf_blenlib")
BLENDER_TEST(BLI_math_base "bf_blenlib")
BLENDER_TEST(BLI_math_color "bf_blenlib")
@@ -57,7 +57,7 @@ BLENDER_TEST(BLI_polyfill_2d "bf_blenlib")
BLENDER_TEST(BLI_stack "bf_blenlib")
BLENDER_TEST(BLI_string "bf_blenlib")
BLENDER_TEST(BLI_string_utf8 "bf_blenlib")
-BLENDER_TEST(BLI_task "bf_blenlib")
+BLENDER_TEST(BLI_task "bf_blenlib;bf_intern_numaapi")
BLENDER_TEST_PERFORMANCE(BLI_ghash_performance "bf_blenlib")