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 bfc7369 commit f39ba49Copy full SHA for f39ba49
tests/CMakeLists.txt
@@ -38,5 +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))
+set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc)
42
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED.")
0 commit comments