File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ add_python_lib_unit_test("py-deprecation-policy"
113113add_python_lib_unit_test("py-return-by-ref"
114114 "unittest/python/test_return_by_ref.py" )
115115add_python_lib_unit_test("py-eigen-ref" "unittest/python/test_eigen_ref.py" )
116- add_python_lib_unit_test("py-id" "unittest/python/test_id.py" )
117116
118117if (NOT NUMPY_WITH_BROKEN_UFUNC_SUPPORT)
119118 add_python_lib_unit_test("py-user-type" "unittest/python/test_user_type.py" )
@@ -135,6 +134,8 @@ add_python_eigenpy_lib_unit_test("py-LLT" "unittest/python/test_LLT.py")
135134
136135add_python_eigenpy_lib_unit_test("py-LDLT" "unittest/python/test_LDLT.py" )
137136
137+ add_python_eigenpy_lib_unit_test("py-id" "unittest/python/test_id.py" )
138+
138139if (NOT WIN32 )
139140 add_python_eigenpy_lib_unit_test("py-MINRES" "unittest/python/test_MINRES.py" )
140141endif (NOT WIN32 )
You can’t perform that action at this time.
0 commit comments