File: dune

package info (click to toggle)
ocaml-stringext 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: ml: 514; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(executables
 (names test_stringext test_stringext_qcheck)
 (libraries stringext oUnit qcheck))

(alias
 (name runtest)
 (deps
  (:< test_stringext.exe))
 (action
  (run %{<})))

(alias
 (name runtest)
 (deps
  (:< test_stringext_qcheck.exe))
 (action
  (run %{<})))