diff options
| author | guenther <> | 2009-11-19 08:06:06 +0000 |
|---|---|---|
| committer | guenther <> | 2009-11-19 08:06:06 +0000 |
| commit | 3bf8c221bc859ae3254fe6b11fb60750f0bae04e (patch) | |
| tree | d068826e9af472b7f9584e32bdc17e83472df8f4 /src/regress/lib/libc/stdio_threading/fwrite/Makefile | |
| parent | e9648d2ce662fb0d79072496682efb0718c01e66 (diff) | |
| download | openbsd-3bf8c221bc859ae3254fe6b11fb60750f0bae04e.tar.gz openbsd-3bf8c221bc859ae3254fe6b11fb60750f0bae04e.tar.bz2 openbsd-3bf8c221bc859ae3254fe6b11fb60750f0bae04e.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/Makefile | 6 |
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 @@ | |||
| 1 | TOPDIR=${.CURDIR} | ||
| 2 | PROG=fwrite_test | ||
| 3 | CFLAGS+=-I ${TOPDIR}/../include/ | ||
| 4 | LDFLAGS+=-lpthread | ||
| 5 | |||
| 6 | .include <bsd.regress.mk> | ||
