File: dune

package info (click to toggle)
ocaml-stdlib-random 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: ml: 1,767; ansic: 42; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(test
 (name random3_test)
 (libraries random3)
 (modules Random3_test)
)

(test
 (name random4_test)
 (libraries random4)
 (modules Random4_test)
)

(test
 (name random5_test)
 (libraries random5 random5o)
 (modules Random5_test)
)

(tests
 (names binary_string_roundtrip binary_string_stability chi2)
 (modules binary_string_roundtrip binary_string_stability chi2)
 (libraries random3 random4 random5 random5o)
)

(test
 (name consistency)
 (libraries random3 random4 random5 random5o)
 (preprocess
  (action
   (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
 (modules Consistency)
)