Skip to content

Commit 91d6351

Browse files
committed
cmake: fix python path for unit tests
1 parent 0ed4f8d commit 91d6351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ if(BUILD_PYTHON_INTERFACE)
6767
${CMAKE_CURRENT_SOURCE_DIR}/src/save_qp_eq.py)
6868
foreach(TEST ${${PROJECT_NAME}_PYTHON_UNITTEST})
6969
string(REGEX REPLACE "${PROJECT_SOURCE_DIR}/test/src/" "" TEST ${TEST})
70-
add_python_unit_test("py-${TEST}" "test/src/${TEST}")
70+
add_python_unit_test("py-${TEST}" "test/src/${TEST}" "bindings/python")
7171
endforeach(TEST ${${PROJECT_NAME}_PYTHON_UNITTEST})
7272
endif(BUILD_PYTHON_INTERFACE)

0 commit comments

Comments
 (0)