summaryrefslogtreecommitdiff
path: root/test/time/Makefile.in
blob: 65d814a7108c082236f0c70224478fdcb1a49420 (plain)
1
2
3
4
5
6
7
8
9
10
11
# uClibc time tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
	tst-strftime tst-strptime tst-timezone

ifneq ($(UCLIBC_HAS_XLOCALE),y)
TESTS_DISABLED += tst-ftime_l
endif

CFLAGS_tst-strptime2 := -std=c99