curl/tests/Makefile.am

28 lines
659 B
Makefile
Raw Normal View History

EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl \
2003-10-29 09:13:53 +00:00
ftpsserver.pl getpart.pm FILEFORMAT README \
stunnel.pem memanalyze.pl
2001-01-08 17:38:23 +00:00
2002-12-12 12:20:33 +00:00
SUBDIRS = data server libtest
2000-11-10 15:24:09 +00:00
2001-05-28 21:49:45 +00:00
PERLFLAGS = -I$(srcdir)
CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
curl:
@cd $(top_builddir) && $(MAKE)
test: sws
@cd data && exec $(MAKE) test
2001-05-28 21:49:45 +00:00
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
2000-11-10 15:24:09 +00:00
quiet-test: sws
@cd data && exec $(MAKE) test
2001-05-28 21:49:45 +00:00
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
full-test: sws
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
sws:
@cd server && $(MAKE)