sidekick/tests/dune
2019-01-18 18:37:26 -06:00

14 lines
347 B
Text

(executable
(name test_api)
(libraries sidekick.backend sidekick.sat sidekick.smt.th-bool)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string)
(ocamlopt_flags :standard -O3 -color always
-unbox-closures -unbox-closures-factor 20)
)
(alias
(name runtest)
(action (run ./test_api.exe)))