blob: 8524fbaee43ca8171d76ae00aa58157a84b5ba08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.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>
|