Commit graph

198 commits

Author SHA1 Message Date
Snaipe
0782f9a89d [Issue #11] Fixed coverage not being made for forked children 2015-04-09 22:28:24 +02:00
Snaipe
ffefdbb83b Added contribution rules in README 2015-04-09 12:09:21 +02:00
Snaipe
ef2ea42c1a [Issue #12] Merge branch 'features/i18n' into bleeding 2015-04-06 19:28:25 +02:00
Snaipe
8dc46e4858 Use gnu gettext 0.18+ 2015-04-06 17:37:18 +02:00
Snaipe
aff5145088 Added gettext packages in CI configuration 2015-04-06 17:33:37 +02:00
Snaipe
e3fdcdd8f0 gettextize cannot be used in a script 2015-04-06 17:16:45 +02:00
Snaipe
d8beebb01b Made autogen call gettextize before running autoreconf 2015-04-06 16:08:35 +02:00
Snaipe
8efe5bee28 Added gettext version in configure.ac 2015-04-06 15:48:48 +02:00
Snaipe
633e4c63df Added french translation 2015-04-03 20:45:02 +02:00
Snaipe
24a20253c5 Added i18n initialization 2015-04-01 20:42:21 +02:00
Snaipe
beb9b64eb1 Refactored most of the output for i18n support 2015-03-31 22:13:09 +02:00
Snaipe
15fc9b7717 Added mingw support notification in README 2015-03-28 15:39:35 +01:00
Snaipe
09fc65eae3 Default to ascii charset when on a dumb terminal (or cmd.exe) 2015-03-27 19:50:53 +01:00
Snaipe
0184f8f674 [Issue #13] Merge branch 'features/windows-compat' into bleeding 2015-03-27 19:41:02 +01:00
Snaipe
40e4e34a10 Only test criterion, not csptr 2015-03-27 19:29:34 +01:00
Snaipe
7cab763216 Made appveyor builds work again 2015-03-27 17:09:12 +01:00
Snaipe
9374693b66 Added conditional usage display for --pattern 2015-03-27 16:21:03 +01:00
Snaipe
07a5d9a600 Made the pipe handles inheritable 2015-03-27 07:39:33 -07:00
Snaipe
53c38d244e Added documentation on adding a custom main 2015-03-26 23:04:02 +01:00
Snaipe
243ed3a8b8 Trying a safer approach for a fork() alternative 2015-03-26 22:18:43 +01:00
Snaipe
f652d174fe Also copy the heap 2015-03-26 14:49:09 +01:00
Snaipe
419d80639f Added missing jmp_buf type 2015-03-25 20:24:41 +01:00
Snaipe
bbb107e8da Fixed some issues on windows 2015-03-25 20:23:06 +01:00
Snaipe
e9f0dfb572 Added fnmatch conditional for Windows portability 2015-03-25 19:58:51 +01:00
Snaipe
cde5fed6d4 Updated libcsptr for mingw 4.7 support 2015-03-25 18:48:28 +01:00
Snaipe
d61d8c4ae1 Added WIP fork()'ing 2015-03-25 17:17:28 +01:00
Snaipe
7a74617884 Made appveyor use mingw-gcc 2015-03-25 12:06:47 +01:00
Snaipe
130244d2ca Implemented pipe on the windows side 2015-03-25 00:22:33 +01:00
Snaipe
70a3c91dc5 Refactored code to prepare for windows integration 2015-03-24 23:38:00 +01:00
Snaipe
818243902a Fixed wrong information in README 2015-03-24 16:42:57 +01:00
Snaipe
227ee452a2 [v1.1.0] Merge branch 'bleeding' 2015-03-24 16:11:07 +01:00
Snaipe
c4a018899b Version bump 2015-03-24 16:02:26 +01:00
Snaipe
9ca88d5673 Added an optional description field for tests 2015-03-24 15:59:02 +01:00
Snaipe
4dceef9dba Boyscouting. 2015-03-24 15:44:14 +01:00
Snaipe
6af7a69fb4 Added basic i18n interface 2015-03-24 15:43:09 +01:00
Snaipe
576dc9d97e Added string identifier precompilation to avoid dynamic generation in pattern matching 2015-03-24 11:23:38 +01:00
Snaipe
2faf341c9d Removed useless padding on criterion suites 2015-03-24 10:02:16 +01:00
Snaipe
f40339a0cf Added missing coverage checks for tap output 2015-03-24 01:59:58 +01:00
Snaipe
a4115915f4 Fixed memory leak for multiple suites 2015-03-24 01:56:17 +01:00
Snaipe
7bb1240af1 Boyscouting. 2015-03-24 01:17:58 +01:00
Snaipe
32d7f6e518 Added output for skipped tests (tap & normal logging) 2015-03-24 01:09:10 +01:00
Snaipe
9e65e34650 Removed test index in tap to avoid issues with the counter in the future 2015-03-24 00:32:37 +01:00
Snaipe
680b86420b Added more structure to tap output, protocol 13 directive, and useful info comments 2015-03-24 00:26:39 +01:00
Snaipe
85d47cff98 Added version info when starting the tests, refactored version out of main.c 2015-03-24 00:25:50 +01:00
Snaipe
db091dd822 Added makefile package rule for convenience 2015-03-23 23:46:27 +01:00
Snaipe
2a020ba2df Added samples for TestSuite() and long assert messages 2015-03-23 20:55:16 +01:00
Snaipe
02790e461c Fixed bad formatting with mutli-line assertion messages 2015-03-23 20:54:48 +01:00
Snaipe
6544dffd95 Fixed faq formatting [ci skip] 2015-03-23 20:34:52 +01:00
Snaipe
6d3e81df6a Added a F.A.Q, updated screencast 2015-03-23 20:11:25 +01:00
Snaipe
e86667635a Updated docs on report hooks 2015-03-23 18:38:03 +01:00