mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 13:42:37 -04:00
18 lines
326 B
Makefile
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>
|