Skip to content

Commit 53f0778

Browse files
committed
Use more verbose test names (don't push this)
1 parent ceeabe4 commit 53f0778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ else()
2121
if(${CMAKE_VERSION} VERSION_LESS "3.10.0")
2222
gtest_add_tests(TARGET taco-test)
2323
else()
24-
gtest_discover_tests(taco-test NO_PRETTY_VALUES)
24+
gtest_discover_tests(taco-test)
2525
endif()
2626
endif()

0 commit comments

Comments
 (0)