summaryrefslogtreecommitdiffstats
path: root/sim-scripts/gdb-sim-run.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 17:32:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 17:32:29 +0000
commite6cc2b7cc5bfd234e6b2710ef23df673a0f4efe5 (patch)
treef8f3ea10efb8956397977b99d95e7248de9c6b3d /sim-scripts/gdb-sim-run.in
parent2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-e6cc2b7cc5bfd234e6b2710ef23df673a0f4efe5.tar.bz2
2009-08-12 Josh Switnicki <josh.switnicki@utoronto.ca>
* .cvsignore, Makefile, gdb-sim-run.in: Add support for avrtest BSP using simulavrxx. * avrtest.in: New file.
Diffstat (limited to 'sim-scripts/gdb-sim-run.in')
-rwxr-xr-xsim-scripts/gdb-sim-run.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index bfbc1e1..3adb26a 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -232,6 +232,9 @@ runtest()
testname=${1}
testtype=${2}
max_run_time=${3}
+
+ test ${verbose} == 'yes' && echo ${runBSP} `runARGS ${testname}`
+
if [ ${max_run_time} -eq 0 ] ; then
#echo run ${testname} forever
${runBSP} `runARGS ${testname}`