diff options
author | Jeff Law <law@redhat.com> | 2012-05-24 21:30:43 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2012-05-24 21:30:43 -0600 |
commit | b0bc23a1777005ddcd54ec434f0deec88d3468fc (patch) | |
tree | 6647d22a52f1dce71c16657587face539d16fba5 /stdio-common/Makefile | |
parent | 347c92e9e78c39d8494c8497f420a7fa30c89565 (diff) | |
download | glibc-b0bc23a1777005ddcd54ec434f0deec88d3468fc.tar glibc-b0bc23a1777005ddcd54ec434f0deec88d3468fc.tar.gz glibc-b0bc23a1777005ddcd54ec434f0deec88d3468fc.tar.bz2 glibc-b0bc23a1777005ddcd54ec434f0deec88d3468fc.zip |
2012-05-24 Jeff Law <law@redhat.com>
* stdio-common/Makefile (tests): Add bug25.
* stdio-common/bug25.c: New test.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 02684d2258..a29924bc7c 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -56,7 +56,8 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ - bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 + bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \ + bug25 test-srcs = tst-unbputc tst-printf |