diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 20:32:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 20:32:10 +0200 |
commit | 9b1e2fb9a82dec95aa3221d640228f639707aa1e (patch) | |
tree | c19dfef4919a3b1994ad2e6a7fa199012ecac6a7 /test/unistd/Makefile.in | |
parent | 40678af7b459876ac1113f42fd647f110c8c7bd7 (diff) |
disable some test for avr32, compile failures.
Diffstat (limited to 'test/unistd/Makefile.in')
-rw-r--r-- | test/unistd/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index c884a391e..44ff36087 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -11,6 +11,10 @@ ifeq ($(UCLIBC_LINUX_SPECIFIC),) TESTS_DISABLED += tst-fallocate endif +ifeq ($(TARGET_avr32),y) +TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64 +endif + # The logic is similar for HAS_ADVANCED_REALTIME and # tst-posix_fallocate/tst-posix_fallocate64 ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),) |