瀏覽代碼

disable test for noMMU

Waldemar Brodkorb 11 年之前
父節點
當前提交
37515213e9
共有 1 個文件被更改,包括 4 次插入0 次删除
  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