From 17b4c12a95d762fc786754be9d663135e5d582d7 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 24 Dec 2008 22:46:06 +0000 Subject: test/regex: make it faster to rebuild and run regex testcase --- test/regex/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test/regex/Makefile') 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 -- cgit v1.2.3