From 4d08df734cf9d8eab92844b28fdafdf3587e2fd1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Dec 2011 01:49:24 +0000 Subject: unit test for mathutils python module from Andrew Hale, runs in CTest too --- source/tests/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/tests/CMakeLists.txt') diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index 40d304ef4b9..74a0ad1c628 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -60,6 +60,11 @@ add_test(script_run_operators ${TEST_BLENDER_EXE} --python ${CMAKE_CURRENT_LIST_DIR}/bl_run_operators.py ) +# test running mathutils testing script +add_test(script_pyapi_mathutils ${TEST_BLENDER_EXE} + --python ${CMAKE_CURRENT_LIST_DIR}/bl_pyapi_mathutils.py +) + # ------------------------------------------------------------------------------ # IO TESTS -- cgit v1.2.3