aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-12 16:22:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-12 16:22:52 +0000
commit86689dc524a3a141e946abe704632b813b22618f (patch)
tree4ef2fe038cc1cf1492cb6f6422a6942e1cddc905 /tests/FILEFORMAT
parent5f62a0c1ca89e9cf1d99058734a4f85ccbaa68e6 (diff)
now test cases can be set to be dependent on the presence of "SSL" in the
client/library
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 108db3f61..7c8a96ad9 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -58,6 +58,12 @@ future all test cases should use this. Makes us independent of the test
case number.
</server>
+<features>
+A list of features that must be present in the client/library for this test
+to be able to run. Features testable here are:
+SSL
+</features>
+
<killserver>
Using the same syntax as in <server> but when mentioned here these servers
are explicitly KILLED when this test case is completed. Only use this if there