diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-05 12:07:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-05 12:07:00 +0300 |
commit | 3d56cce7cd9b87f15c784c243cc813f06ad8b9e8 (patch) | |
tree | e9bc38151889846a99757dedd949a075e4f1c18e /test/CMakeLists.txt | |
parent | add `make build`, `make test`, etc. (diff) | |
download | winapi-utf8-3d56cce7cd9b87f15c784c243cc813f06ad8b9e8.tar.gz winapi-utf8-3d56cce7cd9b87f15c784c243cc813f06ad8b9e8.zip |
cmake: check CTest tests output
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a94e71d..d062b19 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,3 +11,5 @@ install(TARGETS unit_tests RUNTIME DESTINATION bin) install_pdbs(TARGETS unit_tests DESTINATION bin) add_test(NAME unit_tests COMMAND unit_tests) +set_tests_properties(unit_tests PROPERTIES + PASS_REGULAR_EXPRESSION "No errors detected") |