Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixes for tdml test spec.

...

List or execute tests in a TDML file.

Usage

daffodil test [-tl] [-r] <tdmlfile> [<testname>...]

...

LongShortArgumentsDescription
--list
-l
 
Show names and descriptions in a TDML file instead of running them.
--regex
-r
 
Tread Read <testnames> as regular expressions.
 
 
<tdmlfile>
Test Data Markup Language (TDML) file.
 
 
<testname>
Name of test case(s) in the tdml file. If not givegiven, all tests in <tdmlfile> are run.

...