diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-27 22:32:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-27 22:34:31 +0100 |
commit | 61cf47568f3f81589cc4462945832c18ec3af410 (patch) | |
tree | 992053ffa75e90578ec132d56ed15cf5c58716ed /test/locale-mbwc/Makefile.in | |
parent | acffbf7d150101fe96c4fa1256fa73371049d4ff (diff) |
test: disable tests requiring math headers
Diffstat (limited to 'test/locale-mbwc/Makefile.in')
-rw-r--r-- | test/locale-mbwc/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/locale-mbwc/Makefile.in b/test/locale-mbwc/Makefile.in index e70a61393..d6a84f234 100644 --- a/test/locale-mbwc/Makefile.in +++ b/test/locale-mbwc/Makefile.in @@ -21,6 +21,10 @@ TESTS := tst_iswalnum tst_iswalpha tst_iswcntrl \ # NOTE: For now disabled tst_strfmon to avoid build failure. TESTS_DISABLED := tst_strfmon +ifneq ($(UCLIBC_HAS_FLOATS),y) +TESTS_DISABLED += tst_swscanf tst_wcstod +endif + DODIFF_rint := 1 EXTRA_CFLAGS := -D__USE_GNU -fno-builtin -fPIC |