From 84f59ea0e020deb280dc1bced08ee8aa8176292f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 1 Mar 2006 20:39:48 +0000 Subject: Move regex tests to their own subdir and dont run them if regex is disabled --- test/regex/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/regex/Makefile') 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 -- cgit v1.2.3