Disable auto-tests in post-build.

This commit is contained in:
Francois Best 2016-10-04 01:24:28 -07:00
parent 51d25a831f
commit 371d1adba9
1 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ target_link_libraries(unit-tests
test-mocks test-mocks
) )
add_custom_command(TARGET unit-tests POST_BUILD # add_custom_command(TARGET unit-tests POST_BUILD
COMMAND ${unit-tests_BINARY_DIR}/unit-tests # COMMAND ${unit-tests_BINARY_DIR}/unit-tests
) # )