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

all:
install:

test:
	perl runtests.pl

quiet-test:
	perl runtests.pl -s -a

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