We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cedd2 commit b0def70Copy full SHA for b0def70
1 file changed
tests/CMakeLists.txt
@@ -24,7 +24,7 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS runshc)
24
add_test(ConvTestCase1 "${CMAKE_BINARY_DIR}//pe2shc.exe" "${CMAKE_BINARY_DIR}//test_case1.exe" "${CMAKE_BINARY_DIR}//test_case1.shc.exe")
25
set_tests_properties(ConvTestCase1 PROPERTIES PASS_REGULAR_EXPRESSION "Saved to file:")
26
27
-# 2) does converted application run properly
+# 3) does converted application run properly
28
add_test(RunTestCase1 "${CMAKE_BINARY_DIR}//runshc.exe" "${CMAKE_BINARY_DIR}//test_case1.shc.exe")
29
set_tests_properties(RunTestCase1 PROPERTIES DEPENDS test_case1)
30
set_tests_properties(RunTestCase1 PROPERTIES PASS_REGULAR_EXPRESSION "Test passed!")
0 commit comments