71164a14d0
suite as .../usr.bin/uniq/tests Sponsored by: Dell EMC Isilon
17 lines
315 B
Makefile
17 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= uniq_test
|
|
|
|
${PACKAGE}FILES+= d_basic.in
|
|
${PACKAGE}FILES+= d_basic.out
|
|
${PACKAGE}FILES+= d_counts.out
|
|
${PACKAGE}FILES+= d_input.in
|
|
${PACKAGE}FILES+= d_show_duplicates.out
|
|
${PACKAGE}FILES+= d_show_uniques.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|