aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/geom/class/label/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/geom/class/label/Makefile')
-rw-r--r--tests/sys/geom/class/label/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/sys/geom/class/label/Makefile b/tests/sys/geom/class/label/Makefile
new file mode 100644
index 000000000000..d0072a52c47c
--- /dev/null
+++ b/tests/sys/geom/class/label/Makefile
@@ -0,0 +1,7 @@
+PACKAGE= tests
+
+TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
+
+ATF_TESTS_SH+= basic
+
+.include <bsd.test.mk>