about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-08-06 12:06:03 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-11-06 11:21:54 -0200
commit9771e6cb510230e185a2c9914003b184bab0f21d (patch)
tree76289ebc6e04686533433a34e79a6a7b21ba4efc /misc/Makefile
parent2c03961fce9213904f67376926c8f2ad1617ffba (diff)
downloadglibc-9771e6cb510230e185a2c9914003b184bab0f21d.tar.gz
glibc-9771e6cb510230e185a2c9914003b184bab0f21d.tar.xz
glibc-9771e6cb510230e185a2c9914003b184bab0f21d.zip
Add test for warn, warnx, vwarn, and vwarnx with floating-point parameters
Similarly to what has been done for argp_error and argp_failure, this
patch patch adds new tests for the warn, warnx, vwarn, and vwarnx
functions.  The new tests use the format string to request the
conversion of long double parameters into string.  Currently, these
tests only check that the default format of the long double type works.
Future patches will extend the test for platforms that can have an
optional format for long double.

Tested for powerpc64le.

	* misc/Makefile (tests): Add tst-ldbl-warn.
	* misc/tst-ldbl-warn.c: New file.
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 30e0673c8a..201de124f4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -84,7 +84,8 @@ tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
 	 tst-error1 tst-pselect tst-insremque tst-mntent2 bug-hsearch1 \
 	 tst-mntent-blank-corrupt tst-mntent-blank-passno bug18240 \
 	 tst-preadvwritev tst-preadvwritev64 tst-makedev tst-empty \
-	 tst-preadvwritev2 tst-preadvwritev64v2 tst-warn-wide
+	 tst-preadvwritev2 tst-preadvwritev64v2 tst-warn-wide \
+	 tst-ldbl-warn
 
 # Tests which need libdl.
 ifeq (yes,$(build-shared))