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:
authorRay Molenkamp <github@lazydodo.com>2019-05-10 23:19:29 +0300
committerRay Molenkamp <github@lazydodo.com>2019-05-10 23:19:29 +0300
commit243fbf1c4bacf82dd30dc9068ac634343d5b6ad6 (patch)
treeb66d484e90ea851a18086dbf6b31f2e7a8f396e2 /tests
parent414ed446daec16af74b801d60bf99f976b53a59b (diff)
Tests: Be more explicit about the required location of the tests folder.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b7f04a65dcd..d3cafe10f97 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -578,7 +578,7 @@ if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/shader")
add_cycles_render_test(sss)
add_cycles_render_test(volume)
elseif(WITH_CYCLES)
- MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist")
+ MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist at ${TEST_SRC_DIR}")
endif()
if(WITH_OPENGL_DRAW_TESTS)