mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed testcount to not make spurious warnings about src
This commit is contained in:
parent
cfe83f5b49
commit
5d8c060e4f
@ -30,10 +30,14 @@
|
|||||||
## and limitations under the License.
|
## and limitations under the License.
|
||||||
################################################################################################
|
################################################################################################
|
||||||
|
|
||||||
for dir in `ls ${WALLY}/addins/riscv-arch-test/riscv-test-suite/rv*/*`
|
for dir1 in `ls ${WALLY}/addins/riscv-arch-test/riscv-test-suite/rv*/*`
|
||||||
do
|
do
|
||||||
dir=$(echo $dir | cut -d':' -f1)
|
dir=$(echo $dir1 | cut -d':' -f1)
|
||||||
echo $dir
|
echo $dir
|
||||||
|
if [ $dir == "src" ]
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
for fn in `ls $dir/src/*.S`
|
for fn in `ls $dir/src/*.S`
|
||||||
do
|
do
|
||||||
result=`grep 'inst_' $fn | tail -n 1`
|
result=`grep 'inst_' $fn | tail -n 1`
|
||||||
|
Loading…
Reference in New Issue
Block a user