Skip to content

Commit

Permalink
tests: remove redundant dune rules
Browse files Browse the repository at this point in the history
These rules are broken with dune 3.17.0
  • Loading branch information
vbgl committed Dec 9, 2024
1 parent 3aab708 commit 456a744
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 456a744

Please sign in to comment.