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
diff options
context:
space:
mode:
authorHimanshi Kalra <himanshikalra98@gmail.com>2021-01-05 13:46:08 +0300
committerHimanshi Kalra <himanshikalra98@gmail.com>2021-01-05 13:46:08 +0300
commit724110487721226812a111cb147b85622f2c19e4 (patch)
tree8126d98d7974d16d1bb81397cad7d063fab40459 /tests/python/CMakeLists.txt
parentc0a8dd943f3de2b1c4bdb86790714946fd9c8976 (diff)
Enabled Physics Particle Instance test
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index acf8010d13c..f33bb81d6b0 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -245,14 +245,13 @@ add_blender_test(
--run-all-tests
)
-# Particle Instance disabling currently broken in master
-# add_blender_test(
-# physics_particle_instance
-# ${TEST_SRC_DIR}/physics/physics_particle_instance.blend
-# --python ${TEST_PYTHON_DIR}/physics_particle_instance.py
-# --
-# --run-all-tests
-# )
+add_blender_test(
+ physics_particle_instance
+ ${TEST_SRC_DIR}/physics/physics_particle_instance.blend
+ --python ${TEST_PYTHON_DIR}/physics_particle_instance.py
+ --
+ --run-all-tests
+)
add_blender_test(
constraints