NetBSD/tests/rump/kernspace/Makefile
pooka e094e235ab add a vm allocator test which tests that:
* RUMP_MEMLIMIT works
* allocating memory with PR_NOWAIT will fail immediately if no memory
  is available and PR_WAITOK will wait for memory to be available
2010-06-14 21:06:09 +00:00

16 lines
275 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/06/14 21:06:09 pooka Exp $
#
.include <bsd.own.mk>
LIB= kernspace
SRCS= thread.c busypage.c tsleep.c alloc.c
RUMPTOP=${NETBSDSRCDIR}/sys/rump
LIBISPRIVATE=
.include "${RUMPTOP}/Makefile.rump"
.include <bsd.lib.mk>
.include <bsd.klinks.mk>