Makefile 452 B

123456789101112131415
  1. # uClibc regex tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. #TESTS_DISABLED := testregexi testregexn
  4. include ../Test.mak
  5. OPTS_testregex := < basic.dat
  6. OPTS_testregexc := < categorize.dat
  7. OPTS_testregexf := < forcedassoc.dat
  8. OPTS_testregexi := -c < interpretation.dat
  9. OPTS_testregexl := < leftassoc.dat
  10. OPTS_testregexn := -c < nullsubexpr.dat
  11. OPTS_testregexp := < repetition.dat
  12. OPTS_testregexr := < rightassoc.dat