diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:09:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:09:12 +0000 |
commit | ba4600689633eb1f18d3bbbc9eed8e218396b2a3 (patch) | |
tree | 9b0423c46f8aa04a80b36addb0ccb7cb7e7553c5 /tests/README | |
parent | 0b7e0638a9a6b66104e8ec563b0ea7c81cea4739 (diff) | |
download | curl-ba4600689633eb1f18d3bbbc9eed8e218396b2a3.tar.gz |
stunnel and diff are added requirements
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 5d6709d74..e52de8a54 100644 --- a/tests/README +++ b/tests/README @@ -8,6 +8,8 @@ The cURL Test Suite Requires: perl (and a unix-style shell) + diff (when a test fail, a diff is shown) + stunnel (for HTTPS and FTPS tests) Run: 'make test'. This invokes the 'runtests.pl' perl script. Edit the top |