File: dune

package info (click to toggle)
ocaml-gen 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: ml: 2,172; makefile: 35
file content (17 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

(rule
  (targets run_qtest.ml)
  (deps Makefile (source_tree ../src)) ; (glob_files ../src/**/*.ml{,i})))
  (mode fallback)
  (action (run make qtest-gen)))

(executable
  (name run_qtest)
  (flags :standard -warn-error -a+8 -safe-string -w -33)
  (libraries gen ounit2 qcheck))

(alias
 (name    runtest)
 (deps    run_qtest.exe)
 (action  (run %{deps})))