diff options
Diffstat (limited to 'test/time')
-rw-r--r-- | test/time/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 1c136df..00608f3 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -4,7 +4,7 @@ TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \ tst-strftime tst-strptime tst-timezone -ifeq ($(TARGET_avr32),y) +ifeq ($(TARGET_ARCH),avr32) TESTS_DISABLED += tst-timerfd endif |