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 (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
(rule
 (progn
  (copy examples/simple.exe test.exe)
  (with-stdout-to
   alcotest-help.txt.actual
   (run ./test.exe --help=plain))))

(rule
 (alias runtest)
 (action
  (diff alcotest-help.txt alcotest-help.txt.actual)))