mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
.../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
34 lines
506 B
Makefile
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>
|