URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 8 |
Line 53... |
Line 53... |
foreach misc_test ($misc_tests)
|
foreach misc_test ($misc_tests)
|
@ i += 1;
|
@ i += 1;
|
#echo ""
|
#echo ""
|
#echo "### Running test ${i}: ${misc_test}"
|
#echo "### Running test ${i}: ${misc_test}"
|
|
|
$ELAB +DUMP +${misc_test} -l ../log/run.log
|
if (${misc_test} == "uart_test_1") then
|
|
\cp ../testcase/dat/uart_lb.dat ./dat/oc8051_xrom.in
|
|
endif
|
|
|
|
$ELAB +DUMP +${misc_test} +INTERNAL_ROM -l ../log/run.log
|
if ($status != 0) then
|
if ($status != 0) then
|
cat ../log/run.log
|
cat ../log/run.log
|
exit
|
exit
|
else if (`tail -100 ../log/run.log | grep PASSED` == "") then
|
else if (`tail -100 ../log/run.log | grep PASSED` == "") then
|
echo "### test ${i}: ${misc_test} --> FAILED"
|
echo "### test ${i}: ${misc_test} --> FAILED"
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.