NetBSD/tests/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

15 lines
269 B
Makefile

# $NetBSD: Makefile,v 1.16 2009/07/20 17:03:37 joerg Exp $
.include <bsd.own.mk>
SUBDIR= crypto fs games ipf kernel lib net rump syscall util
.if ${MACHINE} != "evbppc"
SUBDIR+= modules
.endif
TESTSDIR= ${TESTSBASE}
.include <bsd.test.mk>
.include <bsd.subdir.mk>