mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
13 lines
309 B
Makefile
13 lines
309 B
Makefile
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= sort_test
|
|
ATF_TESTS_SH= sort_monthsort_test
|
|
|
|
${PACKAGE}FILES+= d_any_char_dflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_fflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_iflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_in.txt
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|