diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-27 02:34:27 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-27 02:34:27 +0000 |
commit | b6b03c8ab95236215492ea1c819751c8bd155871 (patch) | |
tree | e2bab1be637efc0e3fdfdd4cd886fee9d11d00e9 /tests/FILEFORMAT | |
parent | 432945e42218dbe479836674dbd633f5ca2b7f9f (diff) |
Added feature in runtests.pl to select tests based on key word.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index c2ee7ae40..555cee52d 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -28,8 +28,11 @@ Main sections are 'info', 'reply', 'client' and 'verify'. <info> <keywords> A newline-separated list of keywords describing what this test case uses and -tests. Try to use an already used keyword. These keywords will be used for -statistical/informational purposes. +tests. Try to use an already used keyword. These keywords will be used for +statistical/informational purposes and for choosing or skipping classes +of tests. "Keywords" must begin with an alphabetic character, "-", "[" +or "{" and may actually consist of multiple words separated by spaces +which are treated together as a single identifier. </keywords> </info> |