NetBSD/tests/lib/Makefile
joerg d6e219476b Add a fast, platform independent hash function to libc.
The algorithm used is the Jenkins hash.  The name (mi_vector_hash)
reflects the nature of the hash function.
Add glue for libc ATF tests and include a test case to make sure that
(mis)alignment and endianess are handled correctly.

Bump libc minor to 169.
2009-07-20 17:03:36 +00:00

11 lines
173 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/07/20 17:03:38 joerg Exp $
.include <bsd.own.mk>
SUBDIR= libc
TESTSDIR= ${TESTSBASE}/lib
.include <bsd.test.mk>
.include <bsd.subdir.mk>