diff options
Diffstat (limited to 'tests/sys/fs/Makefile')
| -rw-r--r-- | tests/sys/fs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sys/fs/Makefile b/tests/sys/fs/Makefile index c82ee143a785c..99d909b140de6 100644 --- a/tests/sys/fs/Makefile +++ b/tests/sys/fs/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.compiler.mk> + PACKAGE= tests TESTSDIR= ${TESTSBASE}/sys/fs @@ -7,6 +9,9 @@ TESTSDIR= ${TESTSBASE}/sys/fs TESTSRC= ${SRCTOP}/contrib/netbsd-tests/fs #TESTS_SUBDIRS+= nullfs # XXX: needs rump +.if ${COMPILER_FEATURES:Mc++14} +TESTS_SUBDIRS+= fusefs +.endif TESTS_SUBDIRS+= tmpfs ${PACKAGE}FILES+= h_funcs.subr |
