Skip to content

Commit

Permalink
test config add
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Oct 24, 2023
1 parent 1dfb681 commit a080bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDocumentation-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
shell: bash
run: |
echo ctest -C ${{ matrix.BUILD_TYPE }} --output-on-failure -E $TESTBLACKLIST
ctest -C $${{ matrix.BUILD_TYPE }} --output-on-failure -E $TESTBLACKLIST
ctest -C $${{ matrix.BUILD_TYPE }} -E $TESTBLACKLIST
- name: DGtalTools (linux only, we check this PR against DGtalTools master)
Expand Down
2 changes: 1 addition & 1 deletion tests/TestFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function(DGtal_add_test test_file) #optional_avoid_add_test
target_include_directories(${test_file} PRIVATE ${PROJECT_SOURCE_DIR}/tests/)
target_include_directories(${test_file} PRIVATE ${PROJECT_BINARY_DIR}/tests/)
if(NOT ${ARGC} GREATER 1)
add_test(NAME ${test_file} COMMAND ${test_file} --config "--output-on-failure")
add_test(NAME ${test_file} COMMAND ${test_file})
endif()
endif()
endfunction()

0 comments on commit a080bc2

Please sign in to comment.