From 37515213e9c7070ffa048ad1abf76802373af496 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 10 Dec 2014 13:05:43 -0600 Subject: disable test for noMMU --- test/stdlib/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3