Files
Geneweb/benchmark/dune.in
2024-03-05 22:01:20 +01:00

11 lines
249 B
Plaintext

(executable
(name bench)
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% -V OCAML:%{ocaml_version} %{input-file})))
(libraries unix %%%SOSA_PKG%%% %%%GWDB_PKG%%% geneweb benchmark)
)
(rule
(action (run ./bench.exe) )
(alias runbench)
)