File: dune

package info (click to toggle)
ocaml-posix 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,384 kB
  • sloc: ml: 9,495; ansic: 45; sh: 14; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(executable
 (name test)
 (libraries posix-time2 threads compiler-libs.common))

(rule
 (alias citest)
 (package posix-time2)
 (action
  (run %{exe:test.exe})))

(executable
 (name autogenerated_tests)
 (libraries posix-time2 unix))

(rule
 (alias citest)
 (package posix-time2)
 (action
  (run %{exe:autogenerated_tests.exe})))