We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dfbfd commit bfc7369Copy full SHA for bfc7369
1 file changed
tests/CMakeLists.txt
@@ -38,6 +38,5 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
38
# 5) does converted DLL loads & unloads properly
39
add_test(RunTestCase2 "${CMAKE_INSTALL_PREFIX}//runshc.exe" "${CMAKE_INSTALL_PREFIX}//test_case2.shc.dll")
40
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS test_case2_dll)
41
-set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc)
42
-set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "DLL loaded" APPEND)
43
-set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED." APPEND)
+set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc))
+set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED.")
0 commit comments