version 1.16, 2019/04/06 03:06:29 |
version 1.17, 2019/04/15 23:41:23 |
Line 13 CPPFLAGS+= -D_KERNTYPES |
|
Line 13 CPPFLAGS+= -D_KERNTYPES |
|
TESTS_C= t_modctl |
TESTS_C= t_modctl |
TESTS_C+= t_builtin |
TESTS_C+= t_builtin |
TESTS_C+= t_kcov |
TESTS_C+= t_kcov |
LDADD= -lprop |
TESTS_C+= t_ufetchstore |
LDADD+= -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread |
CPPFLAGS.t_ufetchstore.c+=-I${.CURDIR}/ufetchstore |
|
.for i in t_modctl t_builtin t_kcov |
|
LDADD.${i}= -lprop |
|
LDADD.${i}+= -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread |
|
.endfor |
|
|
TESTS_SH= t_abi_uvm |
TESTS_SH= t_abi_uvm |
TESTS_SH+= t_modload |
TESTS_SH+= t_modload |
|
|
SUBDIR+= threadpool_tester |
SUBDIR+= threadpool_tester |
SUBDIR+= ufetchstore |
SUBDIR+= ufetchstore |
|
|
ATFFILE_EXTRA_SUBDIRS= t_ufetchstore |
|
|
|
.include <bsd.test.mk> |
.include <bsd.test.mk> |