mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 21:48:50 -05:00
13 lines
343 B
Text
13 lines
343 B
Text
(executable
|
|
(name run_tests)
|
|
(libraries containers sidekick-arith.lra zarith iter alcotest qcheck)
|
|
(flags :standard -warn-error -a+8 -color always))
|
|
|
|
(alias
|
|
(name runtest)
|
|
(locks /test)
|
|
(package sidekick-arith)
|
|
(action
|
|
(progn
|
|
(run ./run_tests.exe alcotest) ; run regressions first
|
|
(run ./run_tests.exe qcheck --verbose))))
|