diff options
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 |