mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= common.sh
|
|
FILES+= test-new.mk
|
|
|
|
TESTS_SUBDIRS= archives
|
|
TESTS_SUBDIRS+= basic
|
|
TESTS_SUBDIRS+= execution
|
|
TESTS_SUBDIRS+= shell
|
|
TESTS_SUBDIRS+= suffixes
|
|
TESTS_SUBDIRS+= syntax
|
|
TESTS_SUBDIRS+= sysmk
|
|
TESTS_SUBDIRS+= variables
|
|
|
|
.include <bsd.test.mk>
|