mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-25 19:06:43 -05:00
15 lines
461 B
Text
15 lines
461 B
Text
|
|
(library
|
|
(name sidekick_test_simplex2)
|
|
(libraries zarith sidekick.arith-lra sidekick.util sidekick.zarith
|
|
qcheck alcotest))
|
|
|
|
(rule
|
|
(targets sidekick_test_simplex2.ml)
|
|
(enabled_if (>= %{ocaml_version} 4.08.0))
|
|
(action (copy test_simplex2.real.ml %{targets})))
|
|
|
|
(rule
|
|
(targets sidekick_test_simplex2.ml)
|
|
(enabled_if (< %{ocaml_version} 4.08.0))
|
|
(action (with-stdout-to %{targets} (echo "let props=[];; let tests=\"simplex2\",[]"))))
|