Skip to content

Commit

Permalink
[NOBIN] Changed regex in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Nov 21, 2022
1 parent 03e071d commit 779c75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
add_test(RunTestCase2 "${CMAKE_INSTALL_PREFIX}//runshc.exe" "${CMAKE_INSTALL_PREFIX}//test_case2.shc.dll")
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS test_case2_dll)
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc)
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "DLL loaded*DLL unloaded*>>> FINISHED.")
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "*DLL loaded*DLL unloaded*>>> FINISHED.*")

0 comments on commit 779c75a

Please sign in to comment.