Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Jun 26, 2024
1 parent 35c0acc commit 11c6bed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ add_custom_target(run_tests
COMMAND ${test_target}
DEPENDS ${test_target}
COMMENT "Running tests"
USES_TERMINAL
)

set_target_properties(run_tests PROPERTIES FOLDER "Tests utilities")
Expand All @@ -160,7 +159,6 @@ add_custom_target(run_tests_with_junit_report
COMMAND ${test_target} --reporters=better_junit --out=${JUNIT_REPORT_FILE} --no-path-filenames=true
DEPENDS ${test_target}
COMMENT "Running tests with JUnit report saved to: ${JUNIT_REPORT_FILE}"
USES_TERMINAL
)

set_target_properties(run_tests_with_junit_report PROPERTIES FOLDER "Tests utilities")
Expand Down

0 comments on commit 11c6bed

Please sign in to comment.