Makefile 483 B

1234567891011121314151617
  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. CFLAGS_tst-regex2 := -std=c99
  6. OPTS_testregex := < basic.dat
  7. OPTS_testregexc := < categorize.dat
  8. OPTS_testregexf := < forcedassoc.dat
  9. OPTS_testregexi := -c < interpretation.dat
  10. OPTS_testregexl := < leftassoc.dat
  11. OPTS_testregexn := -c < nullsubexpr.dat
  12. OPTS_testregexp := < repetition.dat
  13. OPTS_testregexr := < rightassoc.dat