6dc025ea3a
Also, hook NetBSD's pr test into the build, and add three more test cases. Reported by: Coverity, Valgrind CID: 271650 271651 271652 271653 271654 271655 271656 271656 CID: 271657 271658 271659 1006939 1006940 1006941 1006942 1009098 Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9137
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= basic2_test
|
|
NETBSD_ATF_TESTS_SH= basic
|
|
|
|
${PACKAGE}FILES+= across.out
|
|
${PACKAGE}FILES+= d_basic.in
|
|
${PACKAGE}FILES+= d_basic.out
|
|
${PACKAGE}FILES+= merge.out
|
|
${PACKAGE}FILES+= other.in
|
|
${PACKAGE}FILES+= threecol.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|