aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: cd2e05809ecb162f09d306394770cb1b011229e4 (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 -a

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