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:
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/CMakeLists.txt2
-rw-r--r--tests/gtests/bmesh/CMakeLists.txt2
-rw-r--r--tests/gtests/guardedalloc/CMakeLists.txt2
-rw-r--r--tests/gtests/testing/CMakeLists.txt4
4 files changed, 6 insertions, 4 deletions
diff --git a/tests/gtests/blenlib/CMakeLists.txt b/tests/gtests/blenlib/CMakeLists.txt
index 4980ca2e8ad..45bbcbd4097 100644
--- a/tests/gtests/blenlib/CMakeLists.txt
+++ b/tests/gtests/blenlib/CMakeLists.txt
@@ -23,7 +23,7 @@
set(INC
.
- ../
+ ..
../../../source/blender/blenlib
../../../intern/guardedalloc
)
diff --git a/tests/gtests/bmesh/CMakeLists.txt b/tests/gtests/bmesh/CMakeLists.txt
index b1166a67bcd..b62141e5984 100644
--- a/tests/gtests/bmesh/CMakeLists.txt
+++ b/tests/gtests/bmesh/CMakeLists.txt
@@ -23,7 +23,7 @@
set(INC
.
- ../
+ ..
../../../source/blender/blenlib
../../../source/blender/makesdna
../../../source/blender/bmesh
diff --git a/tests/gtests/guardedalloc/CMakeLists.txt b/tests/gtests/guardedalloc/CMakeLists.txt
index c09f8729ab0..394bc0b6700 100644
--- a/tests/gtests/guardedalloc/CMakeLists.txt
+++ b/tests/gtests/guardedalloc/CMakeLists.txt
@@ -23,7 +23,7 @@
set(INC
.
- ../
+ ..
../../../intern/guardedalloc
)
diff --git a/tests/gtests/testing/CMakeLists.txt b/tests/gtests/testing/CMakeLists.txt
index 93a3049efd8..0e5da492ed2 100644
--- a/tests/gtests/testing/CMakeLists.txt
+++ b/tests/gtests/testing/CMakeLists.txt
@@ -23,7 +23,7 @@
set(INC
.
- ../
+ ..
../../../extern/libmv/third_party/gflags
../../../extern/gtest/include
)
@@ -43,6 +43,8 @@ set(INC_SYS
set(SRC
testing_main.cc
+
+ testing.h
)
blender_add_lib(bf_testing_main "${SRC}" "${INC}" "${INC_SYS}")