summaryrefslogtreecommitdiffstats
path: root/tests/sys/geom/class/gpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/geom/class/gpt/Makefile')
-rw-r--r--tests/sys/geom/class/gpt/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/sys/geom/class/gpt/Makefile b/tests/sys/geom/class/gpt/Makefile
new file mode 100644
index 0000000..be11f0a
--- /dev/null
+++ b/tests/sys/geom/class/gpt/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+BINDIR= ${TESTSDIR}
+
+TAP_TESTS_PERL+= gctl_test
+
+PROGS+= gctl
+MAN=
+
+DPADD.gctl+= ${LIBGEOM}
+LDADD.gctl+= -lgeom
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud