blob: db158ec769a02222e4851aec0fe986a510be7792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# uClibc time tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
tst-strftime tst-strptime tst-timezone
ifneq ($(UCLIBC_HAS_LOCALE),y)
TESTS_DISABLED += tst-ftime_l
endif
include ../Test.mak
CFLAGS_tst-strptime2 := -std=c99
|