Explorar o código

h8300: disable test using mprotect(), not available for h8300

Waldemar Brodkorb %!s(int64=9) %!d(string=hai) anos
pai
achega
abbb302279
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      test/string/Makefile.in

+ 4 - 0
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