mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
This could be done better by making each test a separate ATF test case. This exercise is left for the reader. Reviewed by: delphij (earlier version) MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D34303
8 lines
201 B
Makefile
8 lines
201 B
Makefile
PACKAGE= tests
|
|
ATF_TESTS_SH= file_test
|
|
|
|
SRCDIR= ${SRCTOP}/contrib/file/tests
|
|
_files!= echo ${SRCDIR}/*.testfile ${SRCDIR}/*.result ${SRCDIR}/*.magic
|
|
${PACKAGE}FILES+=${_files}
|
|
|
|
.include <bsd.test.mk>
|