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/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/Makefile')
| -rw-r--r-- | src/regress/lib/libc/stdio_threading/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/stdio_threading/Makefile b/src/regress/lib/libc/stdio_threading/Makefile new file mode 100644 index 0000000000..e42481afc2 --- /dev/null +++ b/src/regress/lib/libc/stdio_threading/Makefile | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | SUBDIR += fopen fread fwrite fgetln fgets fputs | ||
| 2 | |||
| 3 | .include <bsd.subdir.mk> | ||
