]> granicus.if.org Git - curl/commitdiff
tests/README: make "Run" section foolproof
authorMarcel Raad <raad@teamviewer.com>
Thu, 23 Mar 2017 22:15:26 +0000 (23:15 +0100)
committerMarcel Raad <raad@teamviewer.com>
Fri, 24 Mar 2017 07:20:43 +0000 (08:20 +0100)
curl must be built before building the tests.

Closes https://github.com/curl/curl/pull/1352

tests/README

index 22e2123cb79f7de43ec788071ceb8a8935924b9e..633eac584216437f13484e97ef876c272b7ecdd3 100644 (file)
@@ -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