Makefile revision 1.1
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