opnsense-src/usr.bin/diff/tests/Makefile
Enji Cooper beeed5993e Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in as
.../usr.bin/diff/diff_test

Some minor adjustment needed to be done for :same as it currently
has the test script hardcoded into the test, instead of using an
idiom like $(dirname $0)

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-15 06:18:14 +00:00

34 lines
506 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= diff
${PACKAGE}FILES+= \
input1.in \
input2.in \
input_c1.in \
input_c2.in \
simple.out \
simple_e.out \
simple_n.out \
simple_u.out \
simple_i.out \
simple_w.out \
simple_b.out \
simple_p.out \
unified_p.out \
unified_c9999.out \
unified_9999.out
NETBSD_ATF_TESTS_SH+= diff_test
${PACKAGE}FILES+= \
d_mallocv1.in \
d_mallocv2.in
ATF_TESTS_SH_SED_diff_test+= -e 's,t_diff,diff_test,g'
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>