OSDN Git Service

locale: Add wcsftime()
[uclinux-h8/uClibc.git] / test / time / Makefile.in
1 # uClibc time tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
5         tst-strftime tst-strptime tst-timezone
6
7 ifneq ($(UCLIBC_HAS_XLOCALE),y)
8 TESTS_DISABLED += tst-ftime_l
9 endif
10
11 ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy)
12 TESTS_DISABLED += tst_wcsftime
13 endif
14
15 CFLAGS_tst-strptime2 := -std=c99
16 DODIFF_futimens1 := 1
17 DODIFF_tst_wcsftime := 1