diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-28 05:51:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-28 05:51:07 +0000 |
commit | 2050f7b56209cce1d39638148737ae8b41e55c8d (patch) | |
tree | 76a7a2022bd1277df7085c2e536bf17893a5c0f3 /stdio-common/Makefile | |
parent | 0bb258e350ca7864a1db31cb89c4a82602ec3587 (diff) | |
download | glibc-2050f7b56209cce1d39638148737ae8b41e55c8d.tar glibc-2050f7b56209cce1d39638148737ae8b41e55c8d.tar.gz glibc-2050f7b56209cce1d39638148737ae8b41e55c8d.tar.bz2 glibc-2050f7b56209cce1d39638148737ae8b41e55c8d.zip |
Update.
* stdio-common/Makefile (tests): Add tst-fseek.
* stdio-common/tst-fseek.c: New file.
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 7e78d44f97..04e02b2233 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +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 + scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf tst-swprintf \ + tst-fseek test-srcs = tst-unbputc tst-printf |