Skip to content

Commit

Permalink
Merge pull request #36 from vbgl/tests-dune-clean
Browse files Browse the repository at this point in the history
Remove redundant dune rules

These rules are redundant because the `tests` stanza of Dune generated them, see 
https://dune.readthedocs.io/en/stable/reference/dune/test.html
  • Loading branch information
Halbaroth authored Dec 11, 2024
2 parents 3aab708 + 456a744 commit 0d52396
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions tests/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,3 @@
standalone_minimal
standalone_test_strict_bounds)
(libraries ocplib-simplex zarith))

(rule
(alias runtest)
(action
(diff solveEmpty.expected solveEmpty.output)
)
)

(rule
(alias runtest)
(action
(diff
standalone_minimal_maximization.expected
standalone_minimal_maximization.output
)
)
)

(rule
(alias runtest)
(action
(diff
standalone_minimal.expected
standalone_minimal.output
)
)
)

(rule
(alias runtest)
(action
(diff
standalone_test_strict_bounds.expected
standalone_test_strict_bounds.output
)
)
)

0 comments on commit 0d52396

Please sign in to comment.