All releases tagged Minor feature enhancements


Release Notes: Some signals like keyboard interrupt are caught and propagated to children. Termination after such a signal is smooth. Use of `relativeOutput` is deprecated.


Release Notes: If 'inputCount' is zero, input files are no longer necessary and other input files may determine test names.


Release Notes: The -D/--define option allows you to define configuration attributes on the command line.


Release Notes: This release removes support for the deprecated syntax of configuration attributes.


Release Notes: The name of a test and attached tags are listed in verbose output.


Release Notes: The configuration options 'arguments' and 'argumentExtension' allow proper arguments for execution of tests.


Release Notes: Support for tagging tests allows for running selected tests only. The configuration attributes "tagTest" and "tagWith" and the command line options "--list-tags", "--skip=<skip-tag>" and "--only=<only-tag>" were added.


Release Notes: The configuration option "inputCount" allows more than one input file.


Release Notes: Config::General is used for fixture configuration files instead of Config::File. This allows for inclusion of configuration files, here documents, and multiple attributes using the same name. Multiple options attributes can be given. The option -W/--write-config has been added for writing a configuration file, to assist with debugging complex configurations,


Release Notes: The configuration option "optionExtension" is supported. This allows you to give different options for each unit test.