diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 00:09:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 00:09:24 +0000 |
commit | a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99 (patch) | |
tree | f6fc527aad72c774800df84472a2b89316ea75a6 /stdio-common/Makefile | |
parent | 0f740059389e194e62ce975527bcafa26b99b8d8 (diff) | |
download | glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar.gz glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar.bz2 glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.zip |
Update.
* stdio-common/Makefile (tests): Add bug14.
* stdio-common/bug14.c: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index ea6da1d0b1..78f742e531 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -54,7 +54,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf11 scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ - tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex + tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 test-srcs = tst-unbputc tst-printf |