summaryrefslogtreecommitdiff
path: root/test/stdlib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/stdlib/Makefile.in')
-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