diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-24 09:34:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-24 09:34:59 +0000 |
commit | 0e94c2176b7fe55c8df404697b538652ef342951 (patch) | |
tree | 1ac0808148d23d4381093d72304de485ab099cda /libio/Makefile | |
parent | 29f6bb6381f2e15277a6fd877757e2e2fdd5ae47 (diff) | |
download | glibc-0e94c2176b7fe55c8df404697b538652ef342951.tar glibc-0e94c2176b7fe55c8df404697b538652ef342951.tar.gz glibc-0e94c2176b7fe55c8df404697b538652ef342951.tar.bz2 glibc-0e94c2176b7fe55c8df404697b538652ef342951.zip |
2002-07-24 Roland McGrath <roland@frob.com>
* libio/Makefile (tests): Add bug-ungetc.
* libio/bug-ungetc.c: New file.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index cb390a53d6..d10d6c1648 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -50,7 +50,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst_wprintf2 tst-widetext test-fmemopen tst-ext tst-fopenloc \ tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \ tst-mmap-setvbuf bug-ungetwc1 bug-ungetwc2 tst-atime tst-eof \ - tst-freopen bug-rewind + tst-freopen bug-rewind bug-ungetc test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. |