Skip to content

Commit

Permalink
Merge pull request #4746 from gudnimg/fix-broken-unit-tests-pipeline
Browse files Browse the repository at this point in the history
tests: test_run_all target must depend on tests executable
  • Loading branch information
3d-gussner authored Aug 6, 2024
2 parents ebbd58c + 0a60eb4 commit bf19b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit bf19b34

Please sign in to comment.