File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,5 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
38
38
# 5) does converted DLL loads & unloads properly
39
39
add_test (RunTestCase2 "${CMAKE_INSTALL_PREFIX} //runshc.exe" "${CMAKE_INSTALL_PREFIX} //test_case2.shc.dll" )
40
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 )
41
+ set_tests_properties (RunTestCase2 PROPERTIES DEPENDS runshc ))
42
+ set_tests_properties (RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED." )
You can’t perform that action at this time.
0 commit comments