OpenCores
URL https://opencores.org/ocsvn/ssbcc/ssbcc/trunk

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [runall] - Diff between revs 2 and 9

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.