Commit: 5040638dbf9c9f004fbe21226ee7c83c9ba7ee34
Author: Himanshi Kalra
Date:   Fri Jul 16 17:59:14 2021 +0530
Branches: soc-2021-geometry-nodes-regression-test
https://developer.blender.org/rB5040638dbf9c9f004fbe21226ee7c83c9ba7ee34

Updated the path for geometry_nodes folder

===================================================================

M       tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index aa797297b26..0c1595775ba 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -748,7 +748,7 @@ set(geo_node_tests
 
 foreach(geo_node_test ${geo_node_tests})
 
-  file(GLOB files "${TEST_SRC_DIR}/geometry_nodes/${geo_node_test}/*.blend")
+  file(GLOB files 
"${TEST_SRC_DIR}/modeling/geometry_nodes/${geo_node_test}/*.blend")
   foreach(file ${files})
     get_filename_component(filename ${file} NAME_WE)  
     add_blender_test(

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to