mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Pretty much all that this change does is shuffles the code around and hooks it into the regular build. The code of the old tests has not changed.
7 lines
101 B
Makefile
7 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/growfs
|
|
|
|
TAP_TESTS_PERL= legacy_test
|
|
|
|
.include <bsd.test.mk>
|