diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-07-28 11:14:11 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-19 11:17:07 -0500 |
commit | 466929465e881a2d09df39097d026195fe2f26ed (patch) | |
tree | 5d100d29ef6bdcb475825ce4d3373e028ed0b216 /wcsmbs/Makefile | |
parent | d3bf0bade622ccc51da2f66cea967101b6cc33fb (diff) | |
download | glibc-466929465e881a2d09df39097d026195fe2f26ed.tar glibc-466929465e881a2d09df39097d026195fe2f26ed.tar.gz glibc-466929465e881a2d09df39097d026195fe2f26ed.tar.bz2 glibc-466929465e881a2d09df39097d026195fe2f26ed.zip |
Add tst-wcstod-round
This extends tst-strtod-round with a few trivial changes
to also test the wide character variants of strto* using
similar macros to other shared tests.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 8b599f75be..9384a10678 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -49,6 +49,7 @@ strop-tests := wcscmp wcsncmp wmemcmp wcslen wcschr wcsrchr wcscpy wcsnlen \ tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen tst-btowc tst-mbrtowc \ tst-wcrtomb tst-wcpncpy tst-mbsrtowcs tst-wchar-h tst-mbrtowc2 \ tst-c16c32-1 wcsatcliff tst-wcstol-locale tst-wcstod-nan-locale \ + tst-wcstod-round \ $(addprefix test-,$(strop-tests)) include ../Rules @@ -68,6 +69,8 @@ $(objpfx)tst-wcstol-locale.out: $(gen-locales) $(objpfx)tst-wcstod-nan-locale.out: $(gen-locales) endif +$(objpfx)tst-wcstod-round: $(libm) + CFLAGS-wcwidth.c = -I../wctype CFLAGS-wcswidth.c = -I../wctype |