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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in
index 02c8d910c..a2613784b 100644
--- a/test/time/Makefile.in
+++ b/test/time/Makefile.in
@@ -4,6 +4,10 @@
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 tst_wcsftime
endif