Merge pull request #4746 from gudnimg/fix-broken-unit-tests-pipeline
tests: test_run_all target must depend on tests executable
This commit is contained in:
commit
bf19b34e11
|
|
@ -39,4 +39,5 @@ add_custom_target(
|
||||||
COMMAND ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0
|
COMMAND ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0
|
||||||
BYPRODUCTS ${PROJECT_BINARY_DIR}/.ctest-finished
|
BYPRODUCTS ${PROJECT_BINARY_DIR}/.ctest-finished
|
||||||
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}"
|
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}"
|
||||||
|
DEPENDS tests
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue