Makefile.in 313 B

1234567891011
  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. CFLAGS_tst-strptime2 := -std=c99