log tests.c @ 457:85fa3d333556

age author description
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Wed, 09 Mar 2016 13:02:56 +0200 Matti Hamalainen Two more test cases.
Wed, 09 Mar 2016 11:58:44 +0200 Matti Hamalainen Add some more tests.
Tue, 08 Mar 2016 10:04:26 +0200 Matti Hamalainen Update comment.
Mon, 07 Mar 2016 10:13:29 +0200 Matti Hamalainen Adjust tests.
Mon, 07 Mar 2016 10:06:46 +0200 Matti Hamalainen More tests.
Mon, 07 Mar 2016 09:29:53 +0200 Matti Hamalainen Fix some tests.
Thu, 03 Mar 2016 14:13:31 +0200 Matti Hamalainen Rename TH_PRI{u,d,x}* macros to match with standard ISO C99 inttypes.h PRI*.
Tue, 01 Mar 2016 17:21:22 +0200 Matti Hamalainen Rename th_optarg_t to t_optarg. API break.
Mon, 29 Feb 2016 11:58:43 +0200 Matti Hamalainen Actually parse the -t option argument.
Thu, 25 Feb 2016 14:58:36 +0200 Matti Hamalainen Refactor testing a bit.
Thu, 25 Feb 2016 14:48:25 +0200 Matti Hamalainen Cosmetics.
Thu, 25 Feb 2016 12:19:10 +0200 Matti Hamalainen Improve tests output.
Thu, 25 Feb 2016 11:59:06 +0200 Matti Hamalainen Sanitize test_snprintf().
Thu, 25 Feb 2016 11:50:43 +0200 Matti Hamalainen Improve tests.
Thu, 25 Feb 2016 09:49:28 +0200 Matti Hamalainen Add tests for printing pointers (%p formatters).
Thu, 25 Feb 2016 09:17:23 +0200 Matti Hamalainen Add few more tests.
Wed, 24 Feb 2016 11:35:29 +0200 Matti Hamalainen Adjust tests.
Wed, 24 Feb 2016 01:29:18 +0200 Matti Hamalainen Adjust tests.
Tue, 23 Feb 2016 23:10:57 +0200 Matti Hamalainen Add more tests.
Tue, 23 Feb 2016 22:58:01 +0200 Matti Hamalainen Fix memory leaks in test suite.
Tue, 23 Feb 2016 17:39:14 +0200 Matti Hamalainen Fix 64bit int tests.
Tue, 23 Feb 2016 17:38:59 +0200 Matti Hamalainen Fix snprintf() test running.
Tue, 23 Feb 2016 17:30:07 +0200 Matti Hamalainen Fix format string.
Tue, 23 Feb 2016 13:52:12 +0200 Matti Hamalainen Add more tests (some of which will fail for now due to unimplemented features).
Tue, 23 Feb 2016 13:00:20 +0200 Matti Hamalainen Simplify tests.
Tue, 23 Feb 2016 12:59:28 +0200 Matti Hamalainen Use NCOUNT().
Tue, 23 Feb 2016 12:55:45 +0200 Matti Hamalainen Add tests for 64bit int prints.
Tue, 23 Feb 2016 12:43:53 +0200 Matti Hamalainen Simplify char printf tests.
Tue, 23 Feb 2016 12:43:38 +0200 Matti Hamalainen Implement NCOUNT() macro for getting array element counts (sizeof(arr) / sizeof(arr[0]))
Tue, 23 Feb 2016 12:25:05 +0200 Matti Hamalainen Simplify and improve integer sprintf() tests.
Tue, 23 Feb 2016 01:39:49 +0200 Matti Hamalainen Improve testing.
Mon, 22 Feb 2016 23:43:50 +0200 Matti Hamalainen Fix float tests (type was int) :D
Mon, 22 Feb 2016 23:01:27 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 22:10:52 +0200 Matti Hamalainen Improve tests.
Mon, 22 Feb 2016 22:00:43 +0200 Matti Hamalainen Fix test printing function :S
Mon, 22 Feb 2016 20:19:35 +0200 Matti Hamalainen Add a test.
Mon, 22 Feb 2016 20:19:26 +0200 Matti Hamalainen Have a return value for test result functions.
Mon, 22 Feb 2016 19:52:18 +0200 Matti Hamalainen Fix some tests and use stdout for output.
Mon, 22 Feb 2016 19:39:14 +0200 Matti Hamalainen Implement test contexts.
Mon, 22 Feb 2016 18:34:26 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 18:31:37 +0200 Matti Hamalainen Fix -t option handling, had a off-by one in value handling.
Mon, 22 Feb 2016 16:06:13 +0200 Matti Hamalainen Add floating point tests (which will fail for now).
Mon, 22 Feb 2016 16:05:53 +0200 Matti Hamalainen Rename test sets.
Mon, 22 Feb 2016 16:02:25 +0200 Matti Hamalainen Merged.
Mon, 22 Feb 2016 16:00:55 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 14:45:20 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 14:31:29 +0200 Matti Hamalainen Add more subtests.
Mon, 22 Feb 2016 14:28:31 +0200 Matti Hamalainen Add some tests.
Mon, 22 Feb 2016 13:14:48 +0200 Matti Hamalainen Implement selectable tests.
Wed, 17 Feb 2016 17:24:02 +0200 Matti Hamalainen Improve tests output per verbosity level.
Wed, 17 Feb 2016 16:56:21 +0200 Matti Hamalainen Implement commandline options for test driver.
Wed, 17 Feb 2016 14:49:39 +0200 Matti Hamalainen Tests output changes.
Wed, 17 Feb 2016 13:44:57 +0200 Matti Hamalainen More tests.
Wed, 17 Feb 2016 13:42:02 +0200 Matti Hamalainen More tests.
Wed, 17 Feb 2016 13:36:36 +0200 Matti Hamalainen More work on tests.
Wed, 17 Feb 2016 13:30:50 +0200 Matti Hamalainen Add test header printing function.
Wed, 17 Feb 2016 13:28:01 +0200 Matti Hamalainen Add more tests.