mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
16 lines
315 B
Makefile
16 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>
|