diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 22:01:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 22:01:48 +0200 |
commit | 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 (patch) | |
tree | fb2e874c24b68c8c01e1f03aee6539249979f7c8 | |
parent | 9b1e2fb9a82dec95aa3221d640228f639707aa1e (diff) |
disable a test for avr32, compile failure.
-rw-r--r-- | test/time/Makefile.in | 4 |
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 |