Skip to content
Snippets Groups Projects
Commit 58c235dc authored by Alexander Dielen's avatar Alexander Dielen
Browse files

discover tests for python 2

parent feb1290c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,7 +24,7 @@ target_link_libraries(openmesh PRIVATE OpenMeshToolsStatic)
enable_testing()
add_test(
NAME discover_tests
COMMAND ${PYTHON_EXECUTABLE} -m unittest
COMMAND ${PYTHON_EXECUTABLE} -m unittest discover
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests
)
set_tests_properties(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment