xref: /netbsd-src/tests/lib/libc/stdlib/Makefile (revision 0d34d14bb949d7e0fe657c29532de778397cd58d)
1# $NetBSD: Makefile,v 1.1 2009/07/20 17:03:38 joerg Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/stdlib
6
7TESTS_C+=	t_mi_vector_hash
8
9.include <bsd.test.mk>
10