aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-scanf-format-f-float.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@redhat.com>2025-03-28 12:35:52 +0000
committerMaciej W. Rozycki <macro@redhat.com>2025-03-28 12:35:52 +0000
commit50576060c8bf88a3c64c9ab1cdd516974ffb2690 (patch)
tree1486bc564c54f740392849fc3b911dc9bfc39423 /stdio-common/tst-scanf-format-f-float.c
parentd527f34cb1d487a4788fe88278a9ad832c53c3ee (diff)
downloadglibc-50576060c8bf88a3c64c9ab1cdd516974ffb2690.zip
glibc-50576060c8bf88a3c64c9ab1cdd516974ffb2690.tar.gz
glibc-50576060c8bf88a3c64c9ab1cdd516974ffb2690.tar.bz2
stdio-common: Add tests for formatted fscanf input specifiers
Wire fscanf into test infrastructure for formatted scanf input specifiers. Reviewed-by: Joseph Myers <josmyers@redhat.com>
Diffstat (limited to 'stdio-common/tst-scanf-format-f-float.c')
-rw-r--r--stdio-common/tst-scanf-format-f-float.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/stdio-common/tst-scanf-format-f-float.c b/stdio-common/tst-scanf-format-f-float.c
new file mode 100644
index 0000000..b5a6ae4
--- /dev/null
+++ b/stdio-common/tst-scanf-format-f-float.c
@@ -0,0 +1,22 @@
+/* Test for formatted 'fscanf' input for float conversions.
+ Copyright (C) 2025 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, see
+ <https://www.gnu.org/licenses/>. */
+
+#include "tst-scanf-format-skeleton.h"
+#include "tst-scanf-format-f.h"
+#include "tst-scanf-format-real.h"
+#include "tst-scanf-format-skeleton-float.c"