Skip to content

Commit

Permalink
Quick tests: if configured also run a-framework/ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Jul 17, 2024
1 parent 008872e commit 3c398ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_quick_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif()
string(TOLOWER "${CMAKE_BUILD_TYPE}" _build_type)
execute_process(COMMAND ${CMAKE_CTEST_COMMAND}
-j${_n_processors} -C ${CMAKE_BUILD_TYPE} --force-new-ctest-process
-R "(quick_tests|examples)/"
-R "(a-framework|quick_tests|examples)/"
--output-on-failure
${_redirect_output}
RESULT_VARIABLE _return_value
Expand Down

0 comments on commit 3c398ad

Please sign in to comment.