We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779c75a commit 75dfbfdCopy full SHA for 75dfbfd
tests/CMakeLists.txt
@@ -39,4 +39,5 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
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*DLL unloaded*>>> FINISHED.*")
+set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "DLL loaded" APPEND)
43
+set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED." APPEND)
0 commit comments