summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-10 13:05:43 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-10 13:05:58 -0600
commit37515213e9c7070ffa048ad1abf76802373af496 (patch)
treece16f659b19cb92bfc563cdbdd65c848f94461aa
parent9649721950565d8a21a89017ac712257da644b75 (diff)
disable test for noMMU
-rw-r--r--test/stdlib/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in
index 0bb06975e..b0c724af2 100644
--- a/test/stdlib/Makefile.in
+++ b/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