aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-05 12:07:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-05 12:07:00 +0300
commit3d56cce7cd9b87f15c784c243cc813f06ad8b9e8 (patch)
treee9bc38151889846a99757dedd949a075e4f1c18e /test
parentadd `make build`, `make test`, etc. (diff)
downloadwinapi-utf8-3d56cce7cd9b87f15c784c243cc813f06ad8b9e8.tar.gz
winapi-utf8-3d56cce7cd9b87f15c784c243cc813f06ad8b9e8.zip
cmake: check CTest tests output
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
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")