mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTS_SUBDIRS+= builtins
|
|
TESTS_SUBDIRS+= errors
|
|
TESTS_SUBDIRS+= execution
|
|
TESTS_SUBDIRS+= expansion
|
|
TESTS_SUBDIRS+= parameters
|
|
TESTS_SUBDIRS+= parser
|
|
TESTS_SUBDIRS+= set-e
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.test.mk>
|