1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/Makefile.am
2001-05-10 07:51:29 +00:00

23 lines
351 B
Makefile

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