aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorFrédéric Bérat <fberat@redhat.com>2024-09-09 14:43:36 +0200
committerFrédéric Bérat <fberat@redhat.com>2025-04-14 13:27:12 +0200
commit11e188659db264f6b101d8eb65824ffa5bc91a0a (patch)
tree9402002e4f5c37336cd943dd21a7b7d3ae313a40 /libio/Makefile
parent7b47b3dd214c8ff2c699f13efe5533941be53635 (diff)
downloadglibc-11e188659db264f6b101d8eb65824ffa5bc91a0a.tar.xz
glibc-11e188659db264f6b101d8eb65824ffa5bc91a0a.zip
libio: Add test case for fflush
Since one path uses _IO_SYNC and the other _IO_OVERFLOW, the newly added test cases verifies that `fflush (FILE)` and `fflush (NULL)` are semantically equivalent from the FILE perspective. Reviewed-by: Joseph Myers <josmyers@redhat.com>
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile
index e143ccdb2c..f020f8ec4d 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -101,6 +101,8 @@ tests = \
tst-fclose-unopened \
tst-fclose-unopened2 \
tst-fdopen-seek-failure \
+ tst-fflush \
+ tst-fflush-NULL \
tst-fgetc-after-eof \
tst-fgetwc \
tst-fgetws \