From abbb302279d90471251dd9ad85783d04b6ebc8b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Nov 2015 06:34:08 +0100 Subject: h8300: disable test using mprotect(), not available for h8300 --- test/string/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/string/Makefile.in b/test/string/Makefile.in index ad52a9f2c..39fb91210 100644 --- a/test/string/Makefile.in +++ b/test/string/Makefile.in @@ -2,3 +2,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. EXTRA_CFLAGS := -fno-builtin + +ifeq ($(TARGET_ARCH),h8300) +TESTS_DISABLED += stratcliff +endif -- cgit v1.2.3