summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-09 14:15:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-09 14:15:42 +0100
commit328d40674b5e76390a92235d1112e3c75d36cb56 (patch)
treeb6aa374289a9ec8893848ee4d87946489b57e804 /c
parentbsps: Fix some linker set descriptions (diff)
downloadrtems-328d40674b5e76390a92235d1112e3c75d36cb56.tar.bz2
bsps/sh: Disable fileio test due to lack of memory
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
index 765c8e1c9a..8612613b58 100644
--- a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
@@ -4,6 +4,7 @@
# Format is one line per test that is _NOT_ built.
#
+fileio
fsdosfsname01
iostream
utf8proc01
diff --git a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
index c54b420bb8..2db5955ef4 100644
--- a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
@@ -4,6 +4,7 @@
# Format is one line per test that is _NOT_ built.
#
+fileio
fsdosfsname01
iostream
utf8proc01