mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
script. This reimplementation is much simpler than dtest.pl and is more amenable to being run under Kyua - dtest.pl writes error output to a temporary directory that is deleted when the run finishes, making it hard to debug test failures. This change also removes the test suite's dependency on perl.
15 lines
243 B
Makefile
15 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/cddl/usr.sbin/dtrace
|
|
TESTS_SUBDIRS+= common
|
|
|
|
.PATH: ${.CURDIR:H:H:H:H}/tests
|
|
KYUAFILE= YES
|
|
|
|
.PATH: ${.CURDIR}/tools
|
|
SCRIPTSDIR= ${TESTSDIR}
|
|
SCRIPTS= dtest.sh
|
|
|
|
.include <bsd.test.mk>
|