| 12345678910111213141516171819202122 | # uClibc time tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \	tst-strftime tst-strptime tst-timezoneifeq ($(TARGET_avr32),y)TESTS_DISABLED += tst-timerfdendififneq ($(UCLIBC_HAS_XLOCALE),y)TESTS_DISABLED += tst-ftime_lendififneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy)TESTS_DISABLED += tst_wcsftimeendifCFLAGS_tst-strptime2 := -std=c99DODIFF_futimens1 := 1DODIFF_tst_wcsftime := 1
 |