summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/kqueue/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-24 04:02:41 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-24 04:02:41 +0000
commit45da4deacbef3b59e10a8edf3f74c29d35e1b42a (patch)
tree41a66c39939a6cf7b9cc09bfafb201be5afb2d54 /tools/regression/sockets/kqueue/Makefile
parentaed6d1f035cc1d507ce51e766ba99a337b229822 (diff)
downloadFreeBSD-src-45da4deacbef3b59e10a8edf3f74c29d35e1b42a.zip
FreeBSD-src-45da4deacbef3b59e10a8edf3f74c29d35e1b42a.tar.gz
Add a basic kqueue + UNIX domain socket pair regression test to do some
elementary exercising of kqueues on datagram and stream sockets. Note that the datagram write kqueue case is left untested due to potentially confusing behavior for the developer (me) that might require attention.
Diffstat (limited to 'tools/regression/sockets/kqueue/Makefile')
-rw-r--r--tools/regression/sockets/kqueue/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/regression/sockets/kqueue/Makefile b/tools/regression/sockets/kqueue/Makefile
new file mode 100644
index 0000000..5a2d6b0
--- /dev/null
+++ b/tools/regression/sockets/kqueue/Makefile
@@ -0,0 +1,11 @@
+#
+# $FreeBSD$
+#
+
+PROG= kqueue
+NOMAN= yes
+
+kqueue: kqueue.c
+ gcc -Wall -o kqueue kqueue.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud