1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/Makefile.am
Daniel Stenberg 20dd0670ba I run the perl programs with 'perl [script]' instead, to overcome the
hardcoded-path-in-scripts problem.
2000-11-21 19:30:09 +00:00

15 lines
131 B
Makefile

all:
install:
test:
perl runtests.pl
quiet-test:
perl runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f