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

19 lines
217 B
Makefile

EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
all:
install:
curl:
@(cd ..; make)
test:
$(PERL) runtests.pl
quiet-test:
$(PERL) runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f