File: dune

package info (click to toggle)
ocaml-cstruct 6.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ml: 3,676; ansic: 56; javascript: 21; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(executable
 (libraries cstruct alcotest cstruct-sexp)
 (modules bounds tests)
 (name tests))

(executable
 (libraries cstruct alcotest)
 (modules parse)
 (name parse))

(rule
 (alias runtest)
 (package cstruct-sexp)
 (action
  (run ./tests.exe -e)))

(rule
 (alias runtest)
 (package cstruct)
 (action
  (run ./parse.exe -e)))