summaryrefslogtreecommitdiff
path: root/test/regex/Makefile
blob: f443d72f29545613aa88af0638208653272ca3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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