From 3d56cce7cd9b87f15c784c243cc813f06ad8b9e8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 5 Apr 2021 12:07:00 +0300 Subject: cmake: check CTest tests output --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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") -- cgit v1.2.3