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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user