We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e0dad commit 1d9cddeCopy full SHA for 1d9cdde
CMakeLists.txt
@@ -82,7 +82,6 @@ if (ENABLE_MEMCHECK AND MEMORYCHECK_COMMAND)
82
ENVIRONMENT ${scenario}
83
)
84
target_link_libraries(${out} gunit)
85
- add_custom_command(TARGET ${out} COMMAND ${scenario} ./${out} --gtest_color=yes USES_TERMINAL)
86
endfunction()
87
else()
88
function(test name scenario)
@@ -94,7 +93,6 @@ else()
94
93
95
96
97
98
99
endif()
100
0 commit comments