aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: d38306f987b9e4bbd3226779441250bbd14446d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl ftpsserver.pl stunnel.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