| #
68f6ad6b
|
| 09-Jan-2017 |
Scott Kruger <scott.e.kruger@gmail.com> |
Test verbosity improved, new implicit rules
Verbosity now handled for tests in the same way as the main library compilation by using the testquiet command.
Executables now have implicit rules in gm
Test verbosity improved, new implicit rules
Verbosity now handled for tests in the same way as the main library compilation by using the testquiet command.
Executables now have implicit rules in gmakefile instead of being explicit in the testfiles file.
Some prototype code is in place for doing implicit rules for running the scripts, but it is not working.
show more ...
|
| #
a2766241
|
| 06-Jan-2017 |
Scott Kruger <scott.e.kruger@gmail.com> |
Improve failures reporting output
For tests that have lots of subtests, each label was repeated in failures which can have lots of duplicate entries (e.g., with a for loop). This removes the redund
Improve failures reporting output
For tests that have lots of subtests, each label was repeated in failures which can have lots of duplicate entries (e.g., with a for loop). This removes the redundant entries and puts the number of failures for that test in parenthesis for a more compact representation.
show more ...
|