mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
16 lines
385 B
Common Lisp
16 lines
385 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(executable
|
|
((name test_api)
|
|
(libraries (dagon cdcl.tseitin cdcl.backend cdcl.sat))
|
|
(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 ${<}))))
|
|
|
|
|