aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: cba94c1b0f1ca8ca64dfb1633cf5373f3ecb4939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

all:
install:

test:
	./runtests.pl

quiet-test:
	./runtests.pl -s -c

clean:
	rm -rf log
	find . -name "*~" | xargs rm -f