diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-02-23 16:31:00 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-02-23 16:31:00 +0000 |
| commit | 2fae26bd8b752cfae083962a152f4b1ee54ada17 (patch) | |
| tree | e94eed22c19a9c2005666d7831ce11f83b8c761d /tests/sys/Makefile | |
| parent | 2d87718fdaaf0f77afccdce6eae6379d58544bca (diff) | |
Notes
Diffstat (limited to 'tests/sys/Makefile')
| -rw-r--r-- | tests/sys/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 1ff81373435c..49b43c6f7c6e 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -1,9 +1,12 @@ # $FreeBSD$ +.include <src.opts.mk> + TESTSDIR= ${TESTSBASE}/sys TESTS_SUBDIRS+= acl TESTS_SUBDIRS+= aio +TESTS_SUBDIRS+= ${_cddl} TESTS_SUBDIRS+= fifo TESTS_SUBDIRS+= file TESTS_SUBDIRS+= fs @@ -21,6 +24,10 @@ TESTS_SUBDIRS+= sys TESTS_SUBDIRS+= vfs TESTS_SUBDIRS+= vm +.if ${MK_CDDL} != "no" +_cddl= cddl +.endif + # Items not integrated into kyua runs by default SUBDIR+= pjdfstest |
