mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Define this helper variable in one place and make it available while building the entire base system. Reviewed by: sjg Obtained from: CheriBSD (mostly) Differential Revision: https://reviews.freebsd.org/D53790
11 lines
210 B
Makefile
11 lines
210 B
Makefile
ATF_TESTS_C+= libtpool_test
|
|
|
|
TEST_METADATA+= timeout="10"
|
|
|
|
CFLAGS+= -I${ZFSTOP}/include \
|
|
-I${ZFSTOP}/lib/libspl/include
|
|
|
|
LIBADD+= pthread tpool
|
|
|
|
.include "${SRCTOP}/cddl/Makefile.inc"
|
|
.include <bsd.test.mk>
|