File: dune

package info (click to toggle)
ocaml-csv 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ml: 2,117; makefile: 72
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(executables
 (names        csvtool)
 (public_names csvtool)
 (package      csvtool)
 (libraries csv unix uutf))

(rule
 (targets test-utf8.output)
 (deps    test-utf8.csv)
 (action (with-stdout-to test-utf8.output
          (run %{exe:csvtool.exe} readable test-utf8.csv))))

(alias
 (name runtest)
 (package csvtool)
 (action (diff test-utf8.expected test-utf8.output)))