diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-28 16:45:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-28 16:45:27 +0000 |
commit | 22c915ac42b6890383da4b1b0b63f9a15408a01c (patch) | |
tree | ade1950b6d6b169cac65e8eaf0562235978fa40f /stdio-common/Makefile | |
parent | 4c6b2202cbb6f2e22f4cc48298f64bc5a356f3f9 (diff) | |
download | glibc-22c915ac42b6890383da4b1b0b63f9a15408a01c.tar.gz glibc-22c915ac42b6890383da4b1b0b63f9a15408a01c.tar.xz glibc-22c915ac42b6890383da4b1b0b63f9a15408a01c.zip |
* stdio-common/Makefile (tests): Add bug20.
* stdio-common/bug20.c: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f87ac560aa..d5b1251993 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 bug15 \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ - bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 + bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 test-srcs = tst-unbputc tst-printf |