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