| 1234567891011121314151617 | # uClibc regex tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.#TESTS_DISABLED := testregexi testregexninclude ../Test.makCFLAGS_tst-regex2 := -std=c99OPTS_testregex := < basic.datOPTS_testregexc := < categorize.datOPTS_testregexf := < forcedassoc.datOPTS_testregexi := -c < interpretation.datOPTS_testregexl := < leftassoc.datOPTS_testregexn := -c < nullsubexpr.datOPTS_testregexp := < repetition.datOPTS_testregexr := < rightassoc.dat
 |