mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/make/execution/plus
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= Makefile.test
|
|
FILES+= expected.status.1
|
|
FILES+= expected.stderr.1
|
|
FILES+= expected.stdout.1
|
|
|
|
.include <bsd.test.mk>
|