diff options
Diffstat (limited to 'test/locale')
-rw-r--r-- | test/locale/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/locale/Makefile.in b/test/locale/Makefile.in index ab1bcfe..23a2479 100644 --- a/test/locale/Makefile.in +++ b/test/locale/Makefile.in @@ -13,9 +13,8 @@ TESTS := bug-iconv-trans bug-usesetlocale collate-test dump-ctype \ # NOTE: For now disabled some tests that are known not build TESTS_DISABLED := tst-ctype tst-fmon tst-leaks tst-rpmatch tst-strfmon1 -ifneq ($(UCLIBC_HAS_XLOCALE),y) +# disable tests requiring UCLIBC_HAS_XLOCALE at the moment TESTS_DISABLED += bug-usesetlocale tst-xlocale1 tst-xlocale2 xfrm-test tst-C-locale -endif DODIFF_rint := 1 |