SimonB
|
75f3caa408
|
Fix unit test script to ignore coverage data
The script run-test-suite.pl was mistaking .gcda code coverage data files as
test suites. The files are now ignored.
|
2016-03-14 23:12:30 +00:00 |
|
SimonB
|
ad8fbc066c
|
Add test result breakdown to test suites script
Added a --verbose switch to 'run-test-suite.pl' to summarise the pass/fail/skip
results of each test suite, and summary for all executed tests.
|
2016-03-14 23:12:30 +00:00 |
|
Manuel Pégourié-Gonnard
|
c8cd2c6577
|
Small fix to 'make test' script
When the tests fail they don't display the number of skipped and run test
|
2015-10-20 17:01:10 +02:00 |
|
Manuel Pégourié-Gonnard
|
e88b49323e
|
Fix run-test-suite.pl with coverage
|
2015-07-15 12:31:12 +02:00 |
|
Manuel Pégourié-Gonnard
|
85113848bd
|
Use Perl to run tests suites with make
- works on Windows too!
- we need Perl to generate/build the test suites anyway
- easier & more flexible (eg, now count total number of tests run)
|
2015-07-08 21:36:06 +01:00 |
|