summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-11 06:34:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-11 06:34:08 +0100
commitabbb302279d90471251dd9ad85783d04b6ebc8b1 (patch)
tree87041a89bdcaef06dc12d85812973c42522c0c3e
parent84e5f966e288da429df3601ce07b00e57b0b36cd (diff)
h8300: disable test using mprotect(), not available for h8300
-rw-r--r--test/string/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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