mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
chore: finish moving to dune
This commit is contained in:
parent
9d729b2136
commit
5846ae7e17
2 changed files with 15 additions and 16 deletions
15
tests/dune
Normal file
15
tests/dune
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
(executable
|
||||
(name test_api)
|
||||
(libraries msat msat.tseitin msat.backend minismt.sat minismt.smt minismt.mcsat dolmen)
|
||||
(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)
|
||||
(deps test_api.exe)
|
||||
(action (run %{deps})))
|
||||
|
||||
|
||||
16
tests/jbuild
16
tests/jbuild
|
|
@ -1,16 +0,0 @@
|
|||
; vim:ft=lisp:
|
||||
|
||||
(executable
|
||||
((name test_api)
|
||||
(libraries (msat msat.tseitin msat.backend minismt.sat minismt.smt minismt.mcsat dolmen))
|
||||
(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)
|
||||
(deps (test_api.exe))
|
||||
(action (run ${<}))))
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue