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:
3d-gussner 2024-08-06 14:58:47 +02:00 committed by GitHub
commit bf19b34e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -39,4 +39,5 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0
BYPRODUCTS ${PROJECT_BINARY_DIR}/.ctest-finished
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}"
DEPENDS tests
)