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