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