summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio_threading/fwrite/Makefile
diff options
context:
space:
mode:
authorguenther <>2009-11-19 08:06:06 +0000
committerguenther <>2009-11-19 08:06:06 +0000
commit62460a779f2555c743510e3ae70943bf357b3729 (patch)
treed068826e9af472b7f9584e32bdc17e83472df8f4 /src/regress/lib/libc/stdio_threading/fwrite/Makefile
parente0efb79737de1ab6a8d49757f7ed05b933db3e29 (diff)
downloadopenbsd-62460a779f2555c743510e3ae70943bf357b3729.tar.gz
openbsd-62460a779f2555c743510e3ae70943bf357b3729.tar.bz2
openbsd-62460a779f2555c743510e3ae70943bf357b3729.zip
Add regression tests for stdio threading. Originally by blambert with
some further hacking by me
Diffstat (limited to 'src/regress/lib/libc/stdio_threading/fwrite/Makefile')
-rw-r--r--src/regress/lib/libc/stdio_threading/fwrite/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/regress/lib/libc/stdio_threading/fwrite/Makefile b/src/regress/lib/libc/stdio_threading/fwrite/Makefile
new file mode 100644
index 0000000000..5952a1f48a
--- /dev/null
+++ b/src/regress/lib/libc/stdio_threading/fwrite/Makefile
@@ -0,0 +1,6 @@
1TOPDIR=${.CURDIR}
2PROG=fwrite_test
3CFLAGS+=-I ${TOPDIR}/../include/
4LDFLAGS+=-lpthread
5
6.include <bsd.regress.mk>