Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2011/04/09 17:45:25 pgoyette Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/locale
6
7TESTS_C+=	t_ctype1
8TESTS_C+=	t_ctype2
9TESTS_C+=	t_mbtowc
10TESTS_C+=	t_wcstod
11TESTS_C+=	t_wctomb
12
13.include <bsd.test.mk>
14