Explorar o código

disable test for noMMU

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

+ 4 - 0
test/stdlib/Makefile.in

@@ -5,3 +5,7 @@ DODIFF_qsort       := 1
 DODIFF_testatexit  := 1
 DODIFF_teston_exit := 1
 DODIFF_teststrtol  := 1
+
+ifeq ($(ARCH_USE_MMU),)
+TESTS_DISABLED := test-mkostemp-O_CLOEXEC
+endif