1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00
This commit is contained in:
Daniel Stenberg 2000-11-13 16:07:17 +00:00
parent 8e735d1eea
commit 336124c3dc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ all:
install:
test:
./runtests.sh
./runtests.pl
clean:
rm -rf log

View File

@ -7,7 +7,7 @@
The cURL Test Suite
Requires:
perl, sh
perl (and some shell tools that still hasn't been written in pure perl)
Run:
'make test'. This invokes the 'runtests.sh' shell script. Edit the top