xref: /freebsd/lib/libc/tests/regex/Makefile (revision 1f474190fc280d4a4ef0c214e4d7fff0d1237e22)
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