Skip to content

Commit

Permalink
Final additions
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Oct 26, 2023
1 parent 489e7c6 commit 66508dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: ${{ env.IS_PUSH == 'true' }}
run: |
cd _build
ctest -C Release --output-on-failure -R unfeasible
ctest -C Release --output-on-failure -R "^unfeasible$"
- name: Run unit and end-to-end tests
if: ${{ env.IS_PUSH == 'true' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ target_link_libraries(test-unfeasible-problem-analyzer
infeasible_problem_analysis
)

# TODO: this is awful, we should not need this, but rely only on target_link_libaries instead
# TODO: this is necessary so that windows can find the DLL without running "cmake --install"
# Is there a better way to achieve this ?
copy_dependency(sirius_solver test-unfeasible-problem-analyzer)

add_test(NAME test-unfeasible-problem-analyzer COMMAND test-unfeasible-problem-analyzer)
Expand Down

0 comments on commit 66508dd

Please sign in to comment.