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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [runall] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
#!/bin/bash
2
#
3
# Copyright 2012, Sinclair R.F., Inc.
4
#
5
# Run all of the test benches for the peripherals.
6
 
7 9 sinclairrf
for runname in `find -maxdepth 2 -name run | sort`; do
8 2 sinclairrf
  cd  ${runname:0:${#runname}-4};
9
  echo -en "${runname:2:${#runname}-6}\r";
10
  ./run || { echo "Tests aborted"; exit 1; }
11
  cd ..
12
done
13
 
14
echo "All tests passed!";
15
exit 0;

powered by: WebSVN 2.1.0

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