We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeabe4 commit 53f0778Copy full SHA for 53f0778
test/CMakeLists.txt
@@ -21,6 +21,6 @@ else()
21
if(${CMAKE_VERSION} VERSION_LESS "3.10.0")
22
gtest_add_tests(TARGET taco-test)
23
else()
24
- gtest_discover_tests(taco-test NO_PRETTY_VALUES)
+ gtest_discover_tests(taco-test)
25
endif()
26
0 commit comments