File: dune

package info (click to toggle)
ocaml-patch 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ml: 2,379; sh: 71; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(executable
 (name test)
 (modules test)
 (libraries patch alcotest))

(rule
 (alias runtest)
 (deps (source_tree data) (:< test.exe))
 (action (run %{<})))

(executable
 (name crowbar_test)
 (modules crowbar_test)
 (libraries patch crowbar))

(dirs :standard \ opam-repository)