Skip to content

Commit 75119b2

Browse files
cmastallijorisv
authored andcommitted
Revert "[cmake] Created command to run python unit tests individually"
This reverts commit 7f7a421.
1 parent 4e69534 commit 75119b2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

unittest/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ function(add_python_eigenpy_lib_unit_test name source)
7373
set(test_target ${PROJECT_NAME}-${name})
7474
add_python_unit_test(${test_target} ${source} "lib" "bin" "python")
7575
set_tests_properties(${test_target} PROPERTIES DEPENDS ${PYWRAP})
76-
string(REPLACE "unittest/" "" source_rel "${source}")
77-
add_custom_target(
78-
"test-${name}"
79-
${CMAKE_COMMAND}
80-
-E
81-
env
82-
PYTHONPATH=${PROJECT_BINARY_DIR}/lib:${PROJECT_BINARY_DIR}/python:$ENV{PYTHONPATH}
83-
${PYTHON_EXECUTABLE}
84-
"${CMAKE_CURRENT_SOURCE_DIR}/${source_rel}")
8576
endfunction()
8677

8778
function(add_python_eigenpy_unit_test name source)

0 commit comments

Comments
 (0)