summaryrefslogtreecommitdiff
path: root/test/regex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r--test/regex/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile
index f443d72f2..afafc680f 100644
--- a/test/regex/Makefile
+++ b/test/regex/Makefile
@@ -1,15 +1,4 @@
# uClibc regex tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-#TESTS_DISABLED := testregexi testregexn
-
include ../Test.mak
-
-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