We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdf89d commit a4197eaCopy full SHA for a4197ea
test/CMakeLists.txt
@@ -4,7 +4,7 @@ ADD_TEST(
4
NAME
5
python
6
COMMAND
7
- bash -c "SIO2JAIL_BUILD_PATH='${CMAKE_BINARY_DIR}' '${CMAKE_SOURCE_DIR}/test/testsuits/main.py' -v"
+ bash -c "SIO2JAIL_BUILD_PATH='${CMAKE_BINARY_DIR}' python3 -m unittest discover -s '${CMAKE_SOURCE_DIR}/test/testsuits/' -v"
8
WORKING_DIRECTORY
9
"${CMAKE_SOURCE_DIR}"
10
)
test/testsuits/main.py
0 commit comments