File: dune

package info (click to toggle)
ocaml-multicoretests 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,520 kB
  • sloc: ml: 8,909; awk: 66; ansic: 23; makefile: 11; sh: 1
file content (15 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; A linearization test of the stdlib Hashtbl library

(executable
 (name lin_tests)
 (modules lin_tests)
 (libraries qcheck-lin.domain))


;; A model-based test of the stdlib Hashtbl library

(executable
 (name stm_tests)
 (modules stm_tests)
 (libraries qcheck-stm.sequential qcheck-stm.domain)
 (preprocess (pps ppx_deriving.show)))