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

SUBDIRS = data

PERLFLAGS = -I$(srcdir)

all:
install:

curl:
	@(cd ..; make)

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

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

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