summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 17:41:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 17:41:20 +0000
commit20eb69db132899439927da1ccb11b9d7ebdeb467 (patch)
tree14f1547e95c2a2614aa0651337a692e367c2c49f /c/src/lib/libbsp/sparc/erc32/tools/runtest.in
parentNow using Makefile.am to generate this file. (diff)
downloadrtems-20eb69db132899439927da1ccb11b9d7ebdeb467.tar.bz2
Now ignores minimum and does not run it.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/tools/runtest.in')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/tools/runtest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
index f5a9785ba3..3f9ffa73fe 100644
--- a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
+++ b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
- stackchk*|spfatal*|malloctest*|termio*)
+ minimum*|stackchk*|spfatal*|malloctest*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;