Makefile 264 B

123456789
  1. # uClibc time tests
  2. # Licensed under the GNU Library General Public License, see COPYING.LIB
  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