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

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