Makefile.in 987 B

1234567891011121314151617181920212223242526272829
  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 := bug-iconv-trans bug-usesetlocale collate-test dump-ctype \
  5. gen-unicode-ctype show-ucs-data tst-ctype \
  6. tst-digits tst-fmon tst-langinfo tst-leaks tst-mbswcs1 \
  7. tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 tst-mbswcs6 \
  8. tst_nl_langinfo tst-numeric tst-rpmatch tst-setlocale \
  9. tst-sscanf tst-strfmon1 tst-trans tst-wctype tst-xlocale1 \
  10. tst-xlocale2 xfrm-test
  11. # NOTE: For now disabled some tests that are known not build
  12. TESTS_DISABLED := tst-ctype tst-fmon tst-leaks tst-rpmatch tst-strfmon1
  13. ifneq ($(UCLIBC_HAS_XLOCALE),y)
  14. TESTS_DISABLED += bug-usesetlocale tst-xlocale1 tst-xlocale2 xfrm-test tst-C-locale
  15. endif
  16. DODIFF_rint := 1
  17. EXTRA_CFLAGS := -D__USE_GNU -fno-builtin
  18. OPTS_dump-ctype = C
  19. OPTS_tst-ctype = < tst-ctype-de_DE.ISO-8859-1.in
  20. OPTS_tst-langinfo = < tst-langinfo.input
  21. EXTRA_DIRS := C