Skip to content

Commit b789ce1

Browse files
committed
Refactor tests/CMakeLists.txt
1 parent 245bad6 commit b789ce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ enable_coverage(unit_tests)
3131

3232
include(GoogleTest)
3333

34-
gtest_discover_tests(unit_tests
35-
PROPERTIES FAIL_REGULAR_EXPRESSION "WARNING|ERROR"
36-
)
34+
gtest_discover_tests(unit_tests)

0 commit comments

Comments
 (0)