diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-10 13:05:43 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-10 13:05:58 -0600 |
commit | 37515213e9c7070ffa048ad1abf76802373af496 (patch) | |
tree | ce16f659b19cb92bfc563cdbdd65c848f94461aa /test/stdlib | |
parent | 9649721950565d8a21a89017ac712257da644b75 (diff) |
disable test for noMMU
Diffstat (limited to 'test/stdlib')
-rw-r--r-- | test/stdlib/Makefile.in | 4 |
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 |