summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/unix_sendtorace/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-11-15 12:43:45 +0000
committerrwatson <rwatson@FreeBSD.org>2006-11-15 12:43:45 +0000
commit4bfbd5c778c1800900684b00cc5c14426ad93bf8 (patch)
treedc619fe078d0c31b07bc25ba541e43057765736c /tools/regression/sockets/unix_sendtorace/Makefile
parent4532665da9da20f608bd2583e203af67568bd809 (diff)
downloadFreeBSD-src-4bfbd5c778c1800900684b00cc5c14426ad93bf8.zip
FreeBSD-src-4bfbd5c778c1800900684b00cc5c14426ad93bf8.tar.gz
Add a short regression test to try to exercise races in the non-atomic
nature of implied connect via sendto(). Oddly, uipc_usrreq.c implements this for stream sockets, but doesn't set the flag in its protocol definition so that it can actually be used. As such, the stream test is implemented but doesn't run for now.
Diffstat (limited to 'tools/regression/sockets/unix_sendtorace/Makefile')
-rw-r--r--tools/regression/sockets/unix_sendtorace/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/regression/sockets/unix_sendtorace/Makefile b/tools/regression/sockets/unix_sendtorace/Makefile
new file mode 100644
index 0000000..6c92f24
--- /dev/null
+++ b/tools/regression/sockets/unix_sendtorace/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+PROG= unix_sendtorace
+NO_MAN=
+WARNS?= 3
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud