diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-24 22:46:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-24 22:46:06 +0000 |
commit | 17b4c12a95d762fc786754be9d663135e5d582d7 (patch) | |
tree | 6515284480fe6eb80c7fed2f0dd4047e1fd94df2 /test/regex/Makefile | |
parent | acfadf113945b5346098f2baad02b728c6a443e3 (diff) |
test/regex: make it faster to rebuild and run regex testcase
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r-- | test/regex/Makefile | 11 |
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 |