1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -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: install:
test: test:
./runtests.sh ./runtests.pl
clean: clean:
rm -rf log rm -rf log

View File

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