xref: /freebsd/lib/libc/tests/regex/Makefile (revision 86aa9539fef591a363b06a0ebd3aa7a07f4c1579)
1# $FreeBSD$
2
3PACKAGE=	tests
4
5# local test cases
6ATF_TESTS_SH+=	multibyte
7
8.include "Makefile.inc"
9.include "${.CURDIR:H}/Makefile.netbsd-tests"
10.include <bsd.test.mk>
11