aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@redhat.com>2024-08-29 14:12:41 -0300
committerTulio Magno Quites Machado Filho <tuliom@redhat.com>2024-09-09 15:58:07 -0300
commitdccc9a5161264d2f98411c24ae22495ca3a09b60 (patch)
treec0156cf295e9403ab5319ccacf93fae28b6df2f8 /stdio-common/Makefile
parent5d4ab106d4cf7d6e410d6fc3d460b090c9108682 (diff)
downloadglibc-dccc9a5161264d2f98411c24ae22495ca3a09b60.tar.xz
glibc-dccc9a5161264d2f98411c24ae22495ca3a09b60.zip
Add a new fwrite test for memory streams
Ensure that fwrite() behaves correctly when using memory streams. Reviewed-by: Carlos O'Donell <carlos@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 0e18045038..ce7f7cdd3b 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -223,6 +223,7 @@ tests := \
tst-freopen64-3 \
tst-fseek \
tst-fwrite \
+ tst-fwrite-memstrm \
tst-fwrite-ro \
tst-getline \
tst-getline-enomem \