summaryrefslogtreecommitdiffstats
path: root/tools/regression/gaithrstress/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-02-20 16:54:01 +0000
committergreen <green@FreeBSD.org>2004-02-20 16:54:01 +0000
commitef10236af220e6656b9e1173b4b58d533558a12b (patch)
treee75d45a82c8f84c5a43e6bce66d9b763e95e00f4 /tools/regression/gaithrstress/Makefile
parente1df0d90e0ca0bb267d2bf4d6ccdd29e4cd38400 (diff)
downloadFreeBSD-src-ef10236af220e6656b9e1173b4b58d533558a12b.zip
FreeBSD-src-ef10236af220e6656b9e1173b4b58d533558a12b.tar.gz
Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious
regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. <URL:http://green.homeunix.org/~green/reentrant_resolver.patch> Any Mozilla-based browser would show you a clear difference.
Diffstat (limited to 'tools/regression/gaithrstress/Makefile')
-rw-r--r--tools/regression/gaithrstress/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/regression/gaithrstress/Makefile b/tools/regression/gaithrstress/Makefile
new file mode 100644
index 0000000..2166aee
--- /dev/null
+++ b/tools/regression/gaithrstress/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+PROG= gaithrstress
+LDADD+= -pthread
+
+NOMAN= yes
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud