1 # $NetBSD: Makefile,v 1.37 2015/06/22 00:05:23 matt Exp $
7 TESTSDIR
= ${TESTSBASE}/kernel
11 .
endif # !defined(__MINIX)
19 .
endif # !defined(__MINIX)
20 TESTS_C
+= t_kauth_pr_47598
24 TESTS_SH
+= t_umountstress
25 TESTS_SH
+= t_ps_strings
34 .if
(${MKRUMP} != "no") && !defined
(BSD_MK_COMPAT_FILE
)
37 TESTS_C
+= t_extattrctl
40 LDADD.t_extattrctl
+= -lrumpvfs
-lrump
-lrumpuser
41 LDADD.t_extattrctl
+= -lrump
-lpthread
42 LDADD.t_filedesc
+= ${LDADD.t_rnd
}
43 LDADD.t_rnd
+= -lrumpvfs
-lrumpdev_rnd
-lrumpdev
-lrump
-lrumpuser
44 LDADD.t_rnd
+= -lrump
-lpthread
50 .PATH
: ${NETBSDSRCDIR}/sys
/kern
52 SRCS.t_extent
= t_extent.c subr_extent.c
53 CPPFLAGS.t_extent.c
= -D_EXTENT_TESTING
-D__POOL_EXPOSE
54 CPPFLAGS.subr_extent.c
= -D_EXTENT_TESTING
-D__POOL_EXPOSE
56 t_subr_prf.c
: gen_t_subr_prf
${NETBSDSRCDIR}/sys
/kern
/subr_prf.c
57 ${HOST_SH} ${.ALLSRC
} ${.TARGET
}
58 CPPFLAGS.t_subr_prf.c
= -Wno-pointer-sign
# XXX platform vs kernel SHA2
60 CLEANFILES
+= t_subr_prf.c
61 .
endif # !defined(__MINIX)
63 .
include <bsd.
test.mk
>