aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f2a917ae501493145544f34b18b8ed2ad10721cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl

SUBDIRS = data

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