summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 15:24:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 15:24:30 +0000
commitc276c871111aebe4c98b734d2a285f72883d21fd (patch)
treeb896e84fadf0cad98225506a8dcdf363918ff3ec /testsuites
parentChanged to call tmmacros instead of assert. (diff)
downloadrtems-c276c871111aebe4c98b734d2a285f72883d21fd.tar.bz2
Added itron tests.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tools/generic/difftest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tools/generic/difftest.in b/testsuites/tools/generic/difftest.in
index 0957af60a0..cf25602f0d 100644
--- a/testsuites/tools/generic/difftest.in
+++ b/testsuites/tools/generic/difftest.in
@@ -71,7 +71,7 @@ tests="$args"
if [ ! "$tests" ]
then
cd $logdir
- set -- `ls -1 sp* mp??_? psx* sp*_g mp*_?_g psx*_g 2>/dev/null | grep -v info`
+ set -- `ls -1 sp* mp??_? psx* itron* mp*_?_g 2>/dev/null | grep -v info`
cd ..
tests="$*"
fi