diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-27 08:33:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-27 08:33:32 +0000 |
commit | 8a2072042b2b77e4e160d8ebcf99cdde370737ab (patch) | |
tree | 1c7a38e181f615bbeb783f9d6f1cddd89e14e6d7 /stdio-common/Makefile | |
parent | 120aad5443d5b427d624505774face646d9fcefe (diff) | |
download | glibc-8a2072042b2b77e4e160d8ebcf99cdde370737ab.tar.gz glibc-8a2072042b2b77e4e160d8ebcf99cdde370737ab.tar.xz glibc-8a2072042b2b77e4e160d8ebcf99cdde370737ab.zip |
Update.
2001-11-27 Ulrich Drepper <drepper@redhat.com> * stdio-common/Makefile (tests): Add scanf11. * stdio-common/scanf11.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 e91ebbb2bd..fa94280d22 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,8 +54,8 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ 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 tst-obprintf tst-sscanf tst-swprintf \ - tst-fseek tst-fmemopen test-vfprintf tst-gets tst-perror + scanf11 scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf \ + tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets tst-perror test-srcs = tst-unbputc tst-printf |