File: Makefile

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 (11 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

build:
	@dune build @install

clean:
	@dune clean

test: build
	cd tests && ./testfoo.sh || true
	cd tests && ./testcppo.sh || true
	cd tests && ./testdirectives.sh || true