0306a0a804
In collaboration with: sjg Sponsored by: EMC / Isilon Storage Division
13 lines
235 B
Makefile
13 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/cmp
|
|
.PATH: ${TESTSRC}
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/cmp
|
|
ATF_TESTS_SH= cmp_test
|
|
ATF_TESTS_SH_SRC_cmp_test= t_cmp.sh
|
|
|
|
.include <bsd.test.mk>
|