Makefile.in 515 B

12345678910111213141516171819202122
  1. # uClibc-ng 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. ifeq ($(TARGET_avr32),y)
  6. TESTS_DISABLED += tst-timerfd
  7. endif
  8. ifneq ($(UCLIBC_HAS_XLOCALE),y)
  9. TESTS_DISABLED += tst-ftime_l
  10. endif
  11. ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy)
  12. TESTS_DISABLED += tst_wcsftime
  13. endif
  14. CFLAGS_tst-strptime2 := -std=c99
  15. DODIFF_futimens1 := 1
  16. DODIFF_tst_wcsftime := 1