Makefile.in 593 B

12345678910111213141516171819202122232425
  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. 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. CFLAGS_tst-ctime = -fPIC
  16. CFLAGS_tst-futimens1 = -fPIC
  17. CFLAGS_tst-timerfd = -fPIC
  18. DODIFF_futimens1 := 1
  19. DODIFF_tst_wcsftime := 1