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

all:
install:

curl:
	@(cd ..; make)

test:
	perl runtests.pl

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

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