diff options
| author | guenther <> | 2009-11-21 09:56:10 +0000 |
|---|---|---|
| committer | guenther <> | 2009-11-21 09:56:10 +0000 |
| commit | 23beaf68d134f2fe9576ea079628e7038f13e388 (patch) | |
| tree | 17c564feb0c75857213050d2774cc445f93a08a5 /src/regress/lib/libc/Makefile | |
| parent | 3bf8c221bc859ae3254fe6b11fb60750f0bae04e (diff) | |
| download | openbsd-23beaf68d134f2fe9576ea079628e7038f13e388.tar.gz openbsd-23beaf68d134f2fe9576ea079628e7038f13e388.tar.bz2 openbsd-23beaf68d134f2fe9576ea079628e7038f13e388.zip | |
Add a (hopefully) comprehensive regression test of how stdio functions
affect stream orientation
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index b210b7df71..3c24e3f634 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.29 2009/11/19 08:06:06 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.30 2009/11/21 09:56:10 guenther Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch | 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch |
| 4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp | 4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp |
| 5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal | 5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal |
| 6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis | 6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis |
| 7 | SUBDIR+= stdio_threading | 7 | SUBDIR+= orientation stdio_threading |
| 8 | 8 | ||
| 9 | .if (${MACHINE_ARCH} != "vax") | 9 | .if (${MACHINE_ARCH} != "vax") |
| 10 | SUBDIR+= ieeefp | 10 | SUBDIR+= ieeefp |
