mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
Recognize patex as alternative "simulator" for Patmos.
This commit is contained in:
@@ -113,8 +113,8 @@ function runTest() {
|
||||
if [[ $bin ]]; then
|
||||
local retcode
|
||||
case $sim in
|
||||
pasim)
|
||||
$sim "${simargs[@]}" $bin -O $resultsdir/$1-tmp.txt > $resultsdir/$1-stats.txt 2>&1
|
||||
pasim|patex)
|
||||
$sim "${simargs[@]}" -O $resultsdir/$1-tmp.txt $bin > $resultsdir/$1-stats.txt 2>&1
|
||||
retcode=$?
|
||||
;;
|
||||
tsim-leon3)
|
||||
|
||||
Reference in New Issue
Block a user