diff options
author | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2018-10-30 15:04:18 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2018-12-14 11:38:07 -0200 |
commit | bd51ff5ed0538c434d883cb8b90f8fba5f84236b (patch) | |
tree | 7dbe418d70b37e2fbc74145dd082f7fe1fa11bca /misc/Makefile | |
parent | 268bb71e475d7e40fad83313be0eeb173e599c92 (diff) | |
download | glibc-bd51ff5ed0538c434d883cb8b90f8fba5f84236b.zip glibc-bd51ff5ed0538c434d883cb8b90f8fba5f84236b.tar.gz glibc-bd51ff5ed0538c434d883cb8b90f8fba5f84236b.tar.bz2 |
Add tests for the long double version of ecvt and fcvt
The test case misc/tst-efgcvt.c only tests the double variants of the
Old-fashioned System V number-to-string functions: ecvt, fcvt, and their
re-entrant counterparts. With a few macros, the code can be reused for
the long double versions of these functions. A future patch will reuse
it again for IEEE long double on powerpc64le.
Tested for powerpc and powerpc64le.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index c2c9994..cf3726b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -80,12 +80,12 @@ aux := init-misc install-lib := libg.a gpl2lgpl := error.c error.h -tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \ +tests := tst-dirname tst-tsearch tst-fdset 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-ldbl-warn tst-ldbl-error + tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt # Tests which need libdl. ifeq (yes,$(build-shared)) |