summaryrefslogtreecommitdiff
path: root/src/test/Makefile
blob: bdc0587b6be27a7b9fd1bf34c7022908bcb13648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:

install:

gitignore:

check test::
	./runtests.sh

verbose-test:
	VERBOSE=yes ./runtests.sh

clean:
	rm -rf *.out tmp-*