Makefile 334 B

12345678910111213
  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. include ../Test.mak
  9. CFLAGS_tst-strptime2 := -std=c99