diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-18 09:21:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-18 09:21:24 +0000 |
commit | 821d3e7031b4b96260f95aca4255c1e10f038701 (patch) | |
tree | 258ff4e9fc889235c4869de42b890cc535833258 /stdio-common/Makefile | |
parent | 7acd205c59ff046d00ed5645fe744105e666242c (diff) | |
download | glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.gz glibc-821d3e7031b4b96260f95aca4255c1e10f038701.tar.bz2 glibc-821d3e7031b4b96260f95aca4255c1e10f038701.zip |
* stdio-common/Makefile (tests): Add tst-swscanf.
* stdio-common/tst-sscanf.c: Make tests usable for swscanf
testing.
* stdio-common/tst-swscanf.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 98220550f4..709a5730fb 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +54,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ 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-fwrite bug16 bug17 tst-swscanf test-srcs = tst-unbputc tst-printf |