curl/tests/Makefile.am

19 lines
223 B
Makefile
Raw Normal View History

2001-01-08 11:00:14 +01:00
EXTRA_DIST = data/*.txt ftpserver.pl httpserver.pl runtests.pl
2000-11-10 16:24:09 +01:00
all:
install:
curl:
@(cd ..; make)
2000-11-10 16:24:09 +01:00
test:
$(PERL) runtests.pl
2000-11-10 16:24:09 +01:00
quiet-test:
$(PERL) runtests.pl -s -a
2000-11-10 16:24:09 +01:00
clean:
rm -rf log
find . -name "*~" | xargs rm -f