diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-01-03 22:42:46 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-01-03 22:42:46 +0100 |
commit | c43ad0f97283a7e25d61a81b9f9f238432ec494b (patch) | |
tree | 7946617d7c46d8c1894c6f6aca4e03e5a0835a2c /tests/FILEFORMAT | |
parent | 53640a3ce09a433a92d88d864b2b062b0a684c59 (diff) |
unittests: a dedicated feature in tests
The test runner script now knows if unittests can run and the unit test
setup file says it is one. I also made runtests.pl deal with no
<command> tag set, so that the description file can get even simpler.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 6a61dd000..f4565d32e 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -180,6 +180,7 @@ NTLM OpenSSL SSL socks +unittest as well as each protocol that curl supports. A protocol only needs to be specified if it is different from the server (useful when the server @@ -208,7 +209,8 @@ to have failed. Variables are substituted as in the <command> section. <tool> Name of tool to use instead of "curl". This tool must be built and exist -in the libtest/ directory. +either in the libtest/ directory (if the tool starts with 'lib') or in the +unit/ directory (if the tool starts with 'unit'). </tool> <name> |