OSDN Git Service

fix license notice
[uclinux-h8/uClibc.git] / test / regex / Makefile
1 # uClibc regex tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 #TESTS_DISABLED := testregexi testregexn
5
6 include ../Test.mak
7
8 CFLAGS_tst-regex2 := -std=c99
9
10 OPTS_testregex := < basic.dat
11 OPTS_testregexc := < categorize.dat
12 OPTS_testregexf := < forcedassoc.dat
13 OPTS_testregexi := -c < interpretation.dat
14 OPTS_testregexl := < leftassoc.dat
15 OPTS_testregexn := -c < nullsubexpr.dat
16 OPTS_testregexp := < repetition.dat
17 OPTS_testregexr := < rightassoc.dat