aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: e59b70805942966376408667eb75a37e9662e77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl ftpsserver.pl stunnel.pm \
	getpart.pm

SUBDIRS = data

all:
install:

curl:
	@(cd ..; make)

test:
	$(MAKE) -C data test
	srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl

quiet-test:
	$(MAKE) -C data test
	srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl -s -a

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