aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1300
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-03 22:42:46 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-03 22:42:46 +0100
commitc43ad0f97283a7e25d61a81b9f9f238432ec494b (patch)
tree7946617d7c46d8c1894c6f6aca4e03e5a0835a2c /tests/data/test1300
parent53640a3ce09a433a92d88d864b2b062b0a684c59 (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/data/test1300')
-rw-r--r--tests/data/test130012
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/data/test1300 b/tests/data/test1300
index 8bbbecdef..100888561 100644
--- a/tests/data/test1300
+++ b/tests/data/test1300
@@ -2,6 +2,7 @@
<info>
<keywords>
unittest
+llist
</keywords>
</info>
@@ -11,20 +12,15 @@ unittest
<server>
none
</server>
+<features>
+unittest
+</features>
<name>
llist unit tests
</name>
<tool>
unit1300
</tool>
-<command>
-unit1300
-</command>
</client>
-#
-# Verify data after the test has been "shot"
-<verify>
-
-</verify>
</testcase>