summaryrefslogtreecommitdiffstats
path: root/tests/sys/geom/class/gate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/geom/class/gate/Makefile')
-rw-r--r--tests/sys/geom/class/gate/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/sys/geom/class/gate/Makefile b/tests/sys/geom/class/gate/Makefile
new file mode 100644
index 0000000..11ceb94
--- /dev/null
+++ b/tests/sys/geom/class/gate/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
+
+TAP_TESTS_SH+= 1_test
+TAP_TESTS_SH+= 2_test
+TAP_TESTS_SH+= 3_test
+
+FILES+= conf.sh
+FILESNAME_conf.sh= conf.sh
+FILESDIR= ${TESTSDIR}
+
+.for t in ${TAP_TESTS_SH}
+TEST_METADATA.$t+= required_user="root"
+.endfor
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud