Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from hasherezade:master #22

Merged
merged 13 commits into from
Nov 22, 2022
Prev Previous commit
Next Next commit
[NOBIN] Changed regex in a test
  • Loading branch information
hasherezade committed Nov 21, 2022
commit 779c75ae7930d8198ca55d7d5cbc08ccecc294de
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.*")