File: dune

package info (click to toggle)
ocaml-alcotest 1.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,436 kB
  • sloc: ml: 3,407; ansic: 125; javascript: 19; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(executable
 (name bad)
 (modes exe js)
 (libraries alcotest astring))

; This fails at runtime, so just build the executable

(alias
 (name runtest)
 (package alcotest)
 (deps bad.exe))

(alias
 (name runtest-js)
 (package alcotest)
 (deps bad.bc.js))