summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <raad@teamviewer.com>2017-03-23 23:15:26 +0100
committerMarcel Raad <raad@teamviewer.com>2017-03-24 08:20:43 +0100
commitd14563454a5eaedafd1e8a2967ee3df46015edf4 (patch)
tree7a28f7d3392434cf6ee1f06f53b2b4a4b8e8ec2f
parent68aac9a831172674063dc94a04fd066ba93628ca (diff)
downloadcurl-d14563454a5eaedafd1e8a2967ee3df46015edf4.tar.gz
tests/README: make "Run" section foolproof
curl must be built before building the tests. Closes https://github.com/curl/curl/pull/1352
-rw-r--r--tests/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/README b/tests/README
index 22e2123cb..633eac584 100644
--- a/tests/README
+++ b/tests/README
@@ -94,10 +94,10 @@ The curl Test Suite
1.4 Run
- 'make test'. This builds the test suite support code and invokes the
- 'runtests.pl' perl script to run all the tests. Edit the top variables
- of that script in case you have some specific needs, or run the script
- manually (after the support code has been built).
+ './configure && make && make test'. This builds the test suite support code
+ and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
+ variables of that script in case you have some specific needs, or run the
+ script manually (after the support code has been built).
The script breaks on the first test that doesn't do OK. Use -a to prevent
the script from aborting on the first error. Run the script with -v for more