diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 00:48:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 00:48:12 +0000 |
commit | 1e9f6e9846167aeefea8781f097cd47d75d70a1b (patch) | |
tree | 69bb1f9230c72df718a93d668fe906c1cd2e7993 /stdio-common | |
parent | e41db95b9e5cb28662585eb70b7561149e80d47e (diff) | |
download | glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.tar.gz glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.tar.xz glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.zip |
Update.
* stdio-common/Makefile (tests): Add bug13. * stdio-common/bug13.c: New file.
Diffstat (limited to 'stdio-common')
-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 e95c983f28..cf12dc7704 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -50,7 +50,7 @@ distribute := _itoa.h _itowa.h printf-parse.h stdio_lim.h.in tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \ temptest tst-fileno test-fwrite tst-ungetc tst-ferror \ xbug errnobug \ - bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 \ + bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 bug13 \ tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf12 tst-tmpnam tst-cookie |