opnsense-src/usr.bin/bmake/tests/Makefile
Glen Barber 43faedc133 First pass to fix the 'tests' packages.
Sponsored by:	The FreeBSD Foundation
2016-02-02 22:26:49 +00:00

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>