diff options
| author | Tulio Magno Quites Machado Filho <tuliom@redhat.com> | 2025-01-28 15:37:44 -0300 |
|---|---|---|
| committer | Tulio Magno Quites Machado Filho <tuliom@redhat.com> | 2025-01-28 15:37:44 -0300 |
| commit | 1515f74fd81035a79861cd9fa12053fa9450ec65 (patch) | |
| tree | 5363b32f80600a3b2710c32673435dd69c3f1d3c /stdio-common/Makefile | |
| parent | 596a61cf6b51ce2d58b8ca4e1d1f4fdfe1440dbc (diff) | |
| download | glibc-1515f74fd81035a79861cd9fa12053fa9450ec65.tar.xz glibc-1515f74fd81035a79861cd9fa12053fa9450ec65.zip | |
libio: Add a new fwrite test that evaluates partial writes
Test if the file-position is correctly updated when fwrite tries to
flush its internal cache but is not able to completely write all items.
Reviewed-by: DJ Delorie <dj@redhat.com>
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 0b9f85e129..1e7bca641e 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -264,6 +264,7 @@ tests := \ tst-fwrite-memstrm \ tst-fwrite-overflow \ tst-fwrite-pipe \ + tst-fwrite-pos \ tst-fwrite-ro \ tst-getline \ tst-getline-enomem \ |
