diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-11 06:34:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-11 06:34:08 +0100 |
commit | abbb302279d90471251dd9ad85783d04b6ebc8b1 (patch) | |
tree | 87041a89bdcaef06dc12d85812973c42522c0c3e /test/string/Makefile.in | |
parent | 84e5f966e288da429df3601ce07b00e57b0b36cd (diff) |
h8300: disable test using mprotect(), not available for h8300
Diffstat (limited to 'test/string/Makefile.in')
-rw-r--r-- | test/string/Makefile.in | 4 |
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 |