aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@redhat.com>2025-01-28 15:37:44 -0300
committerTulio Magno Quites Machado Filho <tuliom@redhat.com>2025-01-28 15:37:44 -0300
commit1515f74fd81035a79861cd9fa12053fa9450ec65 (patch)
tree5363b32f80600a3b2710c32673435dd69c3f1d3c /stdio-common/Makefile
parent596a61cf6b51ce2d58b8ca4e1d1f4fdfe1440dbc (diff)
downloadglibc-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/Makefile1
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 \