diff options
| author | Joseph Myers <josmyers@redhat.com> | 2024-09-24 14:06:22 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2024-09-24 14:06:22 +0000 |
| commit | d14c977c65aac7db35bb59380ef99d6582c4f930 (patch) | |
| tree | ee83b76a3e6863b97c2459346e9493a37272c7d0 /stdio-common/Makefile | |
| parent | da29dc24d419656a4a6d6d61598b767b86b1425d (diff) | |
| download | glibc-d14c977c65aac7db35bb59380ef99d6582c4f930.tar.xz glibc-d14c977c65aac7db35bb59380ef99d6582c4f930.zip | |
Add tests of fread
There seem to be no glibc tests specifically for the fread function.
Add basic tests of that function.
Tested for x86_64.
Diffstat (limited to 'stdio-common/Makefile')
| -rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 62f8b99b06..e3e5f634c5 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -217,6 +217,7 @@ tests := \ tst-fmemopen4 \ tst-fphex \ tst-fphex-wide \ + tst-fread \ tst-freopen2 \ tst-freopen3 \ tst-freopen4 \ |
