xref: /netbsd-src/tests/lib/libtre/Makefile (revision e7d178251c5e43814fe006a8f36f41f0d2f67394)
1#	$NetBSD: Makefile,v 1.4 2012/08/24 20:24:40 jmmv Exp $
2
3LDADD+=-ltre
4DPADD+=${LIBTRE}
5TESTSDIR=       ${TESTSBASE}/lib/libtre
6# XXX: tre eats copious amounts of memory even 9 does not work
7IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2 -DSKIP_RIGHTASSOC
8
9# Remove the following 2 lines once the standard tests have been fixed.
10PROGS=
11TESTS_SH=
12
13LCREGEX=${.CURDIR}/../libc/regex
14.PATH: ${LCREGEX}
15.include "${LCREGEX}/Makefile"
16
17