URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 9 |
Line 2... |
Line 2... |
#
|
#
|
# Copyright 2012, Sinclair R.F., Inc.
|
# Copyright 2012, Sinclair R.F., Inc.
|
#
|
#
|
# Run all of the test benches for the peripherals.
|
# Run all of the test benches for the peripherals.
|
|
|
for runname in `find -name run`; do
|
for runname in `find -maxdepth 2 -name run | sort`; do
|
cd ${runname:0:${#runname}-4};
|
cd ${runname:0:${#runname}-4};
|
echo -en "${runname:2:${#runname}-6}\r";
|
echo -en "${runname:2:${#runname}-6}\r";
|
./run || { echo "Tests aborted"; exit 1; }
|
./run || { echo "Tests aborted"; exit 1; }
|
cd ..
|
cd ..
|
done
|
done
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.