Skip to content

Commit 1d9cdde

Browse files
TheKayneGamekris-jusiak
authored andcommitted
Removed custom command
Removed running custom command. This command causes the test to run at build, possibly stopping the build process if the test fails.
1 parent 17e0dad commit 1d9cdde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ if (ENABLE_MEMCHECK AND MEMORYCHECK_COMMAND)
8282
ENVIRONMENT ${scenario}
8383
)
8484
target_link_libraries(${out} gunit)
85-
add_custom_command(TARGET ${out} COMMAND ${scenario} ./${out} --gtest_color=yes USES_TERMINAL)
8685
endfunction()
8786
else()
8887
function(test name scenario)
@@ -94,7 +93,6 @@ else()
9493
ENVIRONMENT ${scenario}
9594
)
9695
target_link_libraries(${out} gunit)
97-
add_custom_command(TARGET ${out} COMMAND ${scenario} ./${out} --gtest_color=yes USES_TERMINAL)
9896
endfunction()
9997
endif()
10098

0 commit comments

Comments
 (0)