Makefile 265 B

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