Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/cmp/tests/Makefile
34879 views
.include <bsd.own.mk>

PACKAGE=	tests

ATF_TESTS_SH+=		cmp_test2
NETBSD_ATF_TESTS_SH=	cmp_test

${PACKAGE}FILES+=	b_flag.out
${PACKAGE}FILES+=	bl_flag.out

.include <netbsd-tests.test.mk>

.include <bsd.test.mk>