log tests/Makefile @ 146:15f51ed08ecf

age author description
Sat, 13 Jul 2013 14:47:29 -0400 David A. Holland Add more tests for some degenerate cases we don't handle right.
Sat, 13 Jul 2013 14:19:59 -0400 David A. Holland Fix handling of macros in quoted strings.
Sun, 16 Jun 2013 22:08:17 -0400 David A. Holland hook in new tests
Wed, 12 Jun 2013 10:51:10 -0400 David A. Holland Test nested ifs.
Tue, 11 Jun 2013 14:12:54 -0400 David A. Holland Test empty arguments.
Tue, 11 Jun 2013 11:35:27 -0400 David A. Holland add a couple more tests, taken from the 2010 tech-toolchain thread
Mon, 10 Jun 2013 23:23:01 -0400 David A. Holland add some testing of arithmetic
Mon, 10 Jun 2013 20:19:01 -0400 David A. Holland add a test with a nested comment
Mon, 10 Jun 2013 18:40:26 -0400 David A. Holland another multiline comment case
Sun, 31 Mar 2013 11:22:22 -0400 David A. Holland merge
Sun, 31 Mar 2013 08:06:40 +0200 Joerg Sonnenberger Merge
Sun, 31 Mar 2013 07:19:49 +0200 Joerg Sonnenberger Merge
Sun, 31 Mar 2013 10:47:08 -0400 David A. Holland Recognize directive lines only when the # is exactly in column 0.
Sun, 31 Mar 2013 02:18:24 -0400 David A. Holland test undef
Sun, 31 Mar 2013 01:20:17 -0400 David A. Holland Get the parent objdir correctly. hi joerg
Sun, 31 Mar 2013 01:17:45 -0400 David A. Holland Merge.
Sun, 31 Mar 2013 01:13:03 -0400 David A. Holland rename joerg's tests to not conflict.
Sun, 31 Mar 2013 06:45:44 +0200 Joerg Sonnenberger Comments are stripped early.
Sun, 31 Mar 2013 06:28:55 +0200 Joerg Sonnenberger Test case for comments in conditional lines
Sun, 31 Mar 2013 06:26:08 +0200 Joerg Sonnenberger Test case for #include macro, currently broken.
Sun, 31 Mar 2013 06:16:08 +0200 Joerg Sonnenberger Adjust output for expectations of dhtest. Hook t13 up.
Sun, 31 Mar 2013 05:39:50 +0200 Joerg Sonnenberger ATF glue
Sun, 31 Mar 2013 01:04:43 -0400 David A. Holland Intercept multiline comments earlier. Leave same-line comments alone.
Sat, 30 Mar 2013 23:29:08 -0400 David A. Holland Use diff -u.
Sat, 30 Mar 2013 22:35:06 -0400 David A. Holland Test recursive macros.
Sat, 30 Mar 2013 20:39:03 -0400 David A. Holland Add another test.
Mon, 20 Dec 2010 05:42:15 -0500 David A. Holland two more tests, more fixes posted-20101220
Mon, 20 Dec 2010 05:01:07 -0500 David A. Holland add some simple tests