diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 20:35:48 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 20:35:48 +0000 |
commit | 2688d30ffbe025d026f426b0e4976f2fb50f1606 (patch) | |
tree | 7ae2bdd5228bb3cd581b1013e11b1d0c8c11226f /test/regex/Makefile | |
parent | 1bf97fb207fc5e11875c32236efd6a611aa0926a (diff) |
Add AT&T research regex testsuite
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r-- | test/regex/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile new file mode 100644 index 000000000..827d54041 --- /dev/null +++ b/test/regex/Makefile @@ -0,0 +1,22 @@ +# uClibc regex tests +# Licensed under the GNU Library General Public License, see COPYING.LIB + +TESTS_DISABLED := testregexn + +include ../Test.mak + +CFLAGS-OMIT_testregex.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexc.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexf.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexl.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexn.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexp.c := -D_GNU_SOURCE +CFLAGS-OMIT_testregexr.c := -D_GNU_SOURCE + +OPTS_testregex := < basic.dat +OPTS_testregexc := < categorize.dat +OPTS_testregexf := < forcedassoc.dat +OPTS_testregexl := < leftassoc.dat +OPTS_testregexn := < nullsubexpr.dat +OPTS_testregexp := < repetition.dat +OPTS_testregexr := < rightassoc.dat |