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