aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tests/framework
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2015-11-10 14:14:41 +0000
committerRandall Stewart <rrs@FreeBSD.org>2015-11-10 14:14:41 +0000
commitf52e50aef483c2ce0af183ecd1f36ce3bcdcd5b1 (patch)
tree72e96ccbc141dfd258c5c1701f0050fbd00fb8f4 /sys/modules/tests/framework
parent09766dd52a907797471cb4cdd2bbaef82a22ec98 (diff)
Notes
Diffstat (limited to 'sys/modules/tests/framework')
-rw-r--r--sys/modules/tests/framework/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/tests/framework/Makefile b/sys/modules/tests/framework/Makefile
new file mode 100644
index 000000000000..7b64cd1b0190
--- /dev/null
+++ b/sys/modules/tests/framework/Makefile
@@ -0,0 +1,15 @@
+#
+# $FreeBSD$
+#
+
+.PATH: ${.CURDIR}/../../../tests/framework
+
+KMOD= kern_testfrwk
+SRCS= kern_testfrwk.c
+
+#
+# Enable full debugging
+#
+#CFLAGS += -g
+
+.include <bsd.kmod.mk>