We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d403bd commit d7bae30Copy full SHA for d7bae30
2 files changed
CMakeLists.txt
@@ -26,7 +26,7 @@ add_custom_target(ScorepModule ALL
26
27
enable_testing()
28
add_test(NAME ScorepPythonTests
29
- COMMAND Python::Interpreter test_scorep.py
+ COMMAND Python::Interpreter -m pytest test_scorep.py
30
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/test
31
)
32
set(pythonPath ${CMAKE_CURRENT_BINARY_DIR}/site-packages)
0 commit comments