mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon
14 lines
200 B
Makefile
14 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= soelim_test
|
|
|
|
${PACKAGE}FILES+= nonexisting.in \
|
|
basic.in \
|
|
basic \
|
|
basic.out \
|
|
basic-with-space.in \
|
|
basic-with-space.out
|
|
|
|
.include <bsd.test.mk>
|