21 lines
350 B
Text
21 lines
350 B
Text
|
|
(executable
|
||
|
|
(name check)
|
||
|
|
(modules check linear_algebra benchmark fmt unsafe)
|
||
|
|
(libraries eqaf base64 clock))
|
||
|
|
|
||
|
|
(executable
|
||
|
|
(name bench)
|
||
|
|
(modules bench)
|
||
|
|
(libraries bechamel eqaf base64))
|
||
|
|
|
||
|
|
(rule
|
||
|
|
(copy %{read:../config/which-unsafe-file} unsafe.ml))
|
||
|
|
|
||
|
|
(rule
|
||
|
|
(alias runbench)
|
||
|
|
(package eqaf)
|
||
|
|
(deps
|
||
|
|
(:check check.exe))
|
||
|
|
(action
|
||
|
|
(run %{check})))
|