Makefile.in 449 B

1234567891011121314151617
  1. # uClibc time tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
  4. tst-strftime tst-strptime tst-timezone
  5. ifneq ($(UCLIBC_HAS_XLOCALE),y)
  6. TESTS_DISABLED += tst-ftime_l
  7. endif
  8. ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy)
  9. TESTS_DISABLED += tst_wcsftime
  10. endif
  11. CFLAGS_tst-strptime2 := -std=c99
  12. DODIFF_futimens1 := 1
  13. DODIFF_tst_wcsftime := 1