Makefile.in 1.1 KB

123456789101112131415161718192021222324252627282930
  1. # uClibc locale tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. # tst_mbtowc tst_strcoll tst_strfmon tst_strxfrm \
  4. TESTS := tst_iswalnum tst_iswalpha tst_iswcntrl \
  5. tst_iswctype tst_iswdigit tst_iswgraph \
  6. tst_iswlower tst_iswprint tst_iswpunct \
  7. tst_iswspace tst_iswupper tst_iswxdigit \
  8. tst_mblen tst_mbrlen tst_mbrtowc tst_mbsrtowcs \
  9. tst_mbstowcs tst_mbtowc tst_strcoll tst_strxfrm \
  10. tst_swscanf tst_towctrans tst_towlower \
  11. tst_towupper tst_wcrtomb tst_wcscat tst_wcschr \
  12. tst_wcscmp tst_wcscoll tst_wcscpy tst_wcscspn \
  13. tst_wcslen tst_wcsncat tst_wcsncmp tst_wcsncpy \
  14. tst_wcspbrk tst_wcsrtombs tst_wcsspn tst_wcsstr \
  15. tst_wcstod tst_wcstok tst_wcstombs tst_wcswidth \
  16. tst_wcsxfrm tst_wctob tst_wctomb tst_wctrans \
  17. tst_wctype tst_wcwidth tst_strfmon \
  18. tst2_mbrtowc
  19. # NOTE: For now disabled tst_strfmon to avoid build failure.
  20. TESTS_DISABLED := tst_strfmon
  21. ifneq ($(UCLIBC_HAS_FLOATS),y)
  22. TESTS_DISABLED += tst_swscanf tst_wcstod
  23. endif
  24. DODIFF_rint := 1
  25. EXTRA_CFLAGS := -D__USE_GNU -fno-builtin