1 # $NetBSD: Makefile,v 1.33 2013/04/16 22:05:44 mlelstv Exp $
7 TESTSDIR
= ${TESTSBASE}/kernel
16 TESTS_C
+= t_kauth_pr_47598
19 TESTS_SH
+= t_umountstress
20 TESTS_SH
+= t_ps_strings
29 .if
(${MKRUMP} != "no")
32 TESTS_C
+= t_extattrctl
35 LDADD.t_extattrctl
+= -lrumpvfs
-lrump
-lrumpuser
-lpthread
36 LDADD.t_filedesc
+= ${LDADD.t_rnd
}
37 LDADD.t_rnd
+= -lrumpvfs
-lrumpdev_rnd
-lrumpdev
-lrump
-lrumpuser
-lpthread
42 .PATH
: ${NETBSDSRCDIR}/sys
/kern
44 SRCS.t_extent
= t_extent.c subr_extent.c
45 CPPFLAGS.t_extent.c
= -D_EXTENT_TESTING
-D__POOL_EXPOSE
46 CPPFLAGS.subr_extent.c
= -D_EXTENT_TESTING
-D__POOL_EXPOSE
48 t_subr_prf.c
: gen_t_subr_prf
${NETBSDSRCDIR}/sys
/kern
/subr_prf.c
49 ${HOST_SH} ${.ALLSRC
} ${.TARGET
}
51 CLEANFILES
+= t_subr_prf.c
53 .
include <bsd.
test.mk
>