Makefile.in 935 B

12345678910111213141516171819202122232425262728
  1. # uClibc-ng locale tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS := bug-iconv-trans bug-usesetlocale collate-test dump-ctype \
  4. gen-unicode-ctype show-ucs-data tst-ctype \
  5. tst-digits tst-fmon tst-langinfo tst-leaks tst-mbswcs1 \
  6. tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 tst-mbswcs6 \
  7. tst_nl_langinfo tst-numeric tst-rpmatch tst-setlocale \
  8. tst-sscanf tst-strfmon1 tst-trans tst-wctype tst-xlocale1 \
  9. tst-xlocale2 xfrm-test
  10. # NOTE: For now disabled some tests that are known not build
  11. TESTS_DISABLED := tst-ctype tst-fmon tst-leaks tst-rpmatch tst-strfmon1
  12. ifneq ($(UCLIBC_HAS_XLOCALE),y)
  13. TESTS_DISABLED += bug-usesetlocale tst-xlocale1 tst-xlocale2 xfrm-test tst-C-locale
  14. endif
  15. DODIFF_rint := 1
  16. EXTRA_CFLAGS := -D__USE_GNU -fno-builtin
  17. OPTS_dump-ctype = C
  18. OPTS_tst-ctype = < tst-ctype-de_DE.ISO-8859-1.in
  19. OPTS_tst-langinfo = < tst-langinfo.input
  20. EXTRA_DIRS := C