diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 20:39:48 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 20:39:48 +0000 |
commit | 84f59ea0e020deb280dc1bced08ee8aa8176292f (patch) | |
tree | 5361f21f064296f9c43cfdd8d787218f6b05bf84 /test/regex/Makefile | |
parent | 2688d30ffbe025d026f426b0e4976f2fb50f1606 (diff) |
Move regex tests to their own subdir and dont run them if regex is disabled
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r-- | test/regex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile index 827d54041..849b674e8 100644 --- a/test/regex/Makefile +++ b/test/regex/Makefile @@ -5,6 +5,8 @@ TESTS_DISABLED := testregexn include ../Test.mak +CFLAGS_tst-regex2 := -std=c99 + CFLAGS-OMIT_testregex.c := -D_GNU_SOURCE CFLAGS-OMIT_testregexc.c := -D_GNU_SOURCE CFLAGS-OMIT_testregexf.c := -D_GNU_SOURCE |