opnsense-src/usr.bin/make/tests/Makefile
Franco Fichtner 87f480af48 *: upgrade to 10.1 as a bulk commit
Taken from: freebsd.git@29f4af53a2c8248b634f48923da8eb35f5ed0515
2015-02-10 19:21:02 +01:00

18 lines
326 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/usr.bin/make
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>