Commit graph

31 commits

Author SHA1 Message Date
Jez Higgins
18e1da2f93 Replaced auto_ptr with unique_ptr in CppUnit 2020-04-16 19:43:13 +01:00
jez
b1cffddcba check environment variable against null before trying to stream it 2010-02-19 11:20:25 +00:00
Jez Higgins
4d2ecb80c0 find returns npos when not found, not -1. I blame Java for making me think like that. 2010-01-15 10:22:02 +00:00
Jez Higgins
4cdbecb95d sadly no, but never mind - still a top result 2010-01-13 15:55:02 +00:00
Jez Higgins
b62e0a2e5e yay, it's picking up the skipped tests. Let's see if I can get it to pick up the reasons 2010-01-13 15:41:17 +00:00
Jez Higgins
7eff8ad9d2 trying again to get skipped tests picked up 2010-01-13 15:22:45 +00:00
Jez Higgins
2dba657073 trying to make Hudson's test reporting pick up skipped tests 2010-01-13 14:22:31 +00:00
Jez Higgins
1faa7782ac it's a bit crappy, but strip hibyte chars from XML 2010-01-13 13:39:32 +00:00
Jez Higgins
ea8bcdbacd don't try to drop XML into the XML output :) 2010-01-12 22:53:23 +00:00
Jez Higgins
6734035e62 don't print the log prefix now we've established it works :) 2010-01-12 22:45:02 +00:00
Jez Higgins
ad68d0bb5e if log option is set, don't generate console output unless -v is given 2010-01-12 22:31:44 +00:00
Jez Higgins
a1ecf11eda add newline to end of output 2010-01-12 22:31:16 +00:00
Jez Higgins
8042da8594 fudged TestRunner to add the JEZUK_CPP_UNIT environment variable to the arguments. It's a bit of a hack, but it makes it easier to hook into the ci server 2010-01-12 21:38:03 +00:00
Jez Higgins
c634f6c847 prefix testsuite name with executable name 2010-01-12 15:56:44 +00:00
Jez Higgins
a8fbaad9b8 test to see if Hudson will parse test logs 2010-01-12 12:07:32 +00:00
Jez Higgins
7f7c6f9aff added option to log to file in addition to console 2010-01-12 09:42:08 +00:00
Jez Higgins
ca02be7067 starting to generate plausible looking output 2010-01-11 22:51:45 +00:00
Jez Higgins
967a6807d2 started work on a JUnit/Ant style XML output format for hooking into Hudson and similar CI servers 2010-01-11 17:02:11 +00:00
Jez Higgins
708afa0ebd fixed more warnings 2010-01-10 17:46:55 +00:00
jez
8a695424ed corrected Makefile - it's TableTestResult.hpp not .h 2008-08-26 11:51:31 +01:00
jez
07ef52f308 Added -table option to test executables. It outputs the results as a tab
seperated table, which can be pasted into spreadsheet/google docs/etc.
2008-08-09 23:19:21 +01:00
jez
1719005582 updated for gcc 4.3.1 2008-07-03 21:43:56 +00:00
jez
dee85af224 fixes to help out-of-tree builds 2008-05-04 14:42:09 +00:00
jez
ad597b2374 minor change to return pass/fail from run 2007-12-08 20:46:40 +00:00
jez
a697193623 no newline after output flags 2007-11-03 01:13:04 +00:00
jez
afe8903976 reworked test builds to use Automakes built in check target 2007-08-29 02:03:12 +00:00
jez
07b7e8e9bb disable VS8 warning about unsafe library functions - in this case sprinf 2007-08-29 02:01:08 +00:00
jez
4861c93e6c renamed test directory to tests 2007-07-19 17:43:13 +00:00
jez
13a0c3c3c2 renamed tests back to test 2007-06-20 23:22:10 +00:00
jez
eb65f43391 made verbose test output the default 2006-11-13 16:52:25 +00:00
jez
c12723cfb7 2006-10-11 22:51:04 +00:00