File: dune

package info (click to toggle)
ocaml-benchmark 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: ml: 1,114; makefile: 45; perl: 12
file content (14 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executables
 (names     long_run tree)
 (libraries benchmark unix))

(alias
 (name tests)
 (deps long_run.exe tree.exe))

(rule
 (alias runtest)
 (deps long_run.exe tree.exe)
 (action (progn
          (run %{dep:long_run.exe})
          (run %{dep:tree.exe}))))