diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-24 21:58:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-24 21:58:57 +0000 |
commit | d3b74921b9b1a46deab7fc4cc540fbaff91ebca3 (patch) | |
tree | 7ea0aaa234029a4ce78f07e61091ba742a60a409 /test/regex/Makefile | |
parent | ae91936353df4d1ce8dfbe5d37e729ef85d0b1b2 (diff) |
test/Makefile: make "make compile" install headers first
test/regex/Makefile: remove superfluous oprions
test/regex/tst-regex2.c: reformat, simplify, and make error messages
more informative
test/test-skeleton.c: kill child test process on ^C
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r-- | test/regex/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile index 7c55c3c0e..f443d72f2 100644 --- a/test/regex/Makefile +++ b/test/regex/Makefile @@ -5,8 +5,6 @@ include ../Test.mak -CFLAGS_tst-regex2 := -std=c99 - OPTS_testregex := < basic.dat OPTS_testregexc := < categorize.dat OPTS_testregexf := < forcedassoc.dat |