diff options
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 79be8eb35..0b21a6497 100644 --- a/tests/README +++ b/tests/README @@ -109,6 +109,12 @@ Code coverage: The text mode tool gcov may also be used, but it doesn't handle object files in more than one directory very well. +Remote testing: + The runtests.pl script provides some hooks to allow curl to be tested on a + machine where perl can not be run. The test framework in this case runs on + a workstation where perl is available, while curl itself is run on a remote + system using ssh or some other remote execution method. See the comments at + the beginning of runtests.pl for details. TEST CASE NUMBERS |