aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-09-19 07:07:55 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-09-19 07:07:55 +0000
commit34ccb11831f1538ac0dbf1cd4220b64a2794cede (patch)
treedf984683a2754f05899f410df7fb7ca3277a5730 /tests
parent363b7d88f6832d32cc7e29d05598472c370a2d85 (diff)
downloadsrc-34ccb11831f1538ac0dbf1cd4220b64a2794cede.tar.gz
src-34ccb11831f1538ac0dbf1cd4220b64a2794cede.zip
Reindent TESTSDIR definition for consistency/readability
MFC after: 3 days Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=305963
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 944e820ac1ae..1bcd76ec2649 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -1,11 +1,12 @@
# $FreeBSD$
-TESTSDIR= ${TESTSBASE}/sys
+TESTSDIR= ${TESTSBASE}/sys
TESTS_SUBDIRS+= acl
TESTS_SUBDIRS+= aio
TESTS_SUBDIRS+= fifo
TESTS_SUBDIRS+= file
+TESTS_SUBDIRS+= fs
TESTS_SUBDIRS+= geom
TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= kqueue