File: Makefile

package info (click to toggle)
ocaml-qtest 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: xml: 708; ml: 584; sh: 50; makefile: 16; lisp: 15
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