| 12345678910111213 | # uClibc time tests# Licensed under the GNU Library General Public License, see COPYING.LIBTESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \	tst-strftime tst-strptime tst-timezoneifneq ($(UCLIBC_HAS_LOCALE),y)TESTS_DISABLED += tst-ftime_lendifinclude ../Test.makCFLAGS_tst-strptime2 := -std=c99
 |