summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 13:45:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 13:45:54 +0000
commitdcc1f6b66673154d02d8b9ec7cd33443a95154a8 (patch)
tree2ee7a21db882b5bc872e222352f693adc138e28a /c/src/tests/tools
parentUpdated to include more documentation from CS595. (diff)
downloadrtems-dcc1f6b66673154d02d8b9ec7cd33443a95154a8.tar.bz2
Added support for ITRON tests.
Diffstat (limited to 'c/src/tests/tools')
-rw-r--r--c/src/tests/tools/generic/difftest.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/tools/generic/difftest.in b/c/src/tests/tools/generic/difftest.in
index 83edae907b..0957af60a0 100644
--- a/c/src/tests/tools/generic/difftest.in
+++ b/c/src/tests/tools/generic/difftest.in
@@ -97,6 +97,8 @@ do
tmp_scn_file=sptests/$t.scn;;
psx*)
tmp_scn_file=psxtests/$t.scn;;
+ itron*)
+ tmp_scn_file=itrontests/$t.scn;;
*)
fatal "unknown test $t";;
esac