File: testfoo.sh

package info (click to toggle)
ocaml-qtest 2.11.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: xml: 708; ml: 584; sh: 50; lisp: 15; makefile: 11
file content (6 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
set -e # stop on first error
# ./make.sh
rm -rf footest.ml _build
qtest -o footest.ml $@ extract foo.ml
ocamlbuild -cflags -warn-error,+26 -use-ocamlfind -pkg oUnit,qcheck footest.native
./footest.native