Disable auto-tests in post-build.
This commit is contained in:
parent
51d25a831f
commit
371d1adba9
|
|
@ -24,6 +24,6 @@ target_link_libraries(unit-tests
|
|||
test-mocks
|
||||
)
|
||||
|
||||
add_custom_command(TARGET unit-tests POST_BUILD
|
||||
COMMAND ${unit-tests_BINARY_DIR}/unit-tests
|
||||
)
|
||||
# add_custom_command(TARGET unit-tests POST_BUILD
|
||||
# COMMAND ${unit-tests_BINARY_DIR}/unit-tests
|
||||
# )
|
||||
|
|
|
|||
Loading…
Reference in New Issue