freebsd-src/cddl/lib/libtpool/tests/Makefile
John Baldwin 7980cf5d6f Centralize definition of ZFSTOP
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
2025-11-24 10:46:56 -05:00

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>