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.
This commit is contained in:
Daniel Stenberg
2011-01-03 22:42:46 +01:00
parent 53640a3ce0
commit c43ad0f972
3 changed files with 16 additions and 9 deletions

View File

@@ -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>