summaryrefslogtreecommitdiff
path: root/test/time/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r--test/time/Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in
new file mode 100644
index 0000000..4eeb741
--- /dev/null
+++ b/test/time/Makefile.in
@@ -0,0 +1,22 @@
+# 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
+
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-timerfd
+endif
+
+ifneq ($(UCLIBC_HAS_XLOCALE),y)
+TESTS_DISABLED += tst-ftime_l
+endif
+
+ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy)
+TESTS_DISABLED += tst_wcsftime
+endif
+
+CFLAGS_tst-strptime2 := -std=c99
+
+DODIFF_futimens1 := 1
+DODIFF_tst_wcsftime := 1