diff options
Diffstat (limited to 'test/regex/Makefile')
| -rw-r--r-- | test/regex/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile index 7c55c3c0e..eea0c491b 100644 --- a/test/regex/Makefile +++ b/test/regex/Makefile @@ -1,17 +1,8 @@ # uClibc regex tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -#TESTS_DISABLED := testregexi testregexn - +top_builddir=../../ +top_srcdir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak - -CFLAGS_tst-regex2 := -std=c99 - -OPTS_testregex := < basic.dat -OPTS_testregexc := < categorize.dat -OPTS_testregexf := < forcedassoc.dat -OPTS_testregexi := -c < interpretation.dat -OPTS_testregexl := < leftassoc.dat -OPTS_testregexn := -c < nullsubexpr.dat -OPTS_testregexp := < repetition.dat -OPTS_testregexr := < rightassoc.dat |
