From 9b1e2fb9a82dec95aa3221d640228f639707aa1e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 Oct 2014 20:32:10 +0200 Subject: disable some test for avr32, compile failures. --- test/misc/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/misc/Makefile.in') diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index 52a3e7164..3dfe6179c 100644 --- a/test/misc/Makefile.in +++ b/test/misc/Makefile.in @@ -2,6 +2,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob + +ifeq ($(TARGET_avr32),y) +TESTS_DISABLED += tst-inotify +endif + ifeq ($(UCLIBC_HAS_LFS),) TESTS_DISABLED += dirent64 TESTS_DISABLED += tst-statfs # assuming host has LFS on -- cgit v1.2.3