Skip to content
Snippets Groups Projects
Unverified Commit ee2748a0 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix eigenpy test

parent 66f2e3cb
No related branches found
No related tags found
No related merge requests found
Pipeline #41080 passed with warnings
...@@ -113,7 +113,6 @@ add_python_lib_unit_test("py-deprecation-policy" ...@@ -113,7 +113,6 @@ add_python_lib_unit_test("py-deprecation-policy"
add_python_lib_unit_test("py-return-by-ref" add_python_lib_unit_test("py-return-by-ref"
"unittest/python/test_return_by_ref.py") "unittest/python/test_return_by_ref.py")
add_python_lib_unit_test("py-eigen-ref" "unittest/python/test_eigen_ref.py") add_python_lib_unit_test("py-eigen-ref" "unittest/python/test_eigen_ref.py")
add_python_lib_unit_test("py-id" "unittest/python/test_id.py")
if(NOT NUMPY_WITH_BROKEN_UFUNC_SUPPORT) if(NOT NUMPY_WITH_BROKEN_UFUNC_SUPPORT)
add_python_lib_unit_test("py-user-type" "unittest/python/test_user_type.py") 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") ...@@ -135,6 +134,8 @@ add_python_eigenpy_lib_unit_test("py-LLT" "unittest/python/test_LLT.py")
add_python_eigenpy_lib_unit_test("py-LDLT" "unittest/python/test_LDLT.py") add_python_eigenpy_lib_unit_test("py-LDLT" "unittest/python/test_LDLT.py")
add_python_eigenpy_lib_unit_test("py-id" "unittest/python/test_id.py")
if(NOT WIN32) if(NOT WIN32)
add_python_eigenpy_lib_unit_test("py-MINRES" "unittest/python/test_MINRES.py") add_python_eigenpy_lib_unit_test("py-MINRES" "unittest/python/test_MINRES.py")
endif(NOT WIN32) endif(NOT WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment