diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-20 20:39:17 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-20 20:39:17 +0000 |
commit | 4686adb4331b539dacd065bafc82e31a9eca08e8 (patch) | |
tree | e006c1828c9aabefd02efe45dee674c2baad1479 /tests/README | |
parent | 785a4899f50587bf5a1afc028deefea59a8266e6 (diff) | |
download | curl-4686adb4331b539dacd065bafc82e31a9eca08e8.tar.gz |
Added variable substitution to the <verify><file> section.
Made a few more tests work remotely.
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 |