mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
16 lines
290 B
Makefile
16 lines
290 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
${PACKAGE}FILES+= common.sh
|
|
${PACKAGE}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>
|