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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [compile_test] - Diff between revs 113 and 114

Show entire file | Details | Blame | View Log

Rev 113 Rev 114
Line 13... Line 13...
# Prepare the environment
# Prepare the environment
cd $S1_ROOT/tests
cd $S1_ROOT/tests
rm -f *.o *~ *.bin *.dump *.hex     # Make clean
rm -f *.o *~ *.bin *.dump *.hex     # Make clean
if [ $# -ne 1 ]; then
if [ $# -ne 1 ]; then
  echo "compile_test - Script to compile a test for the S1 Core";
  echo "compile_test - Script to compile a test for the S1 Core";
  echo "(C) 2006 by Simply RISC";
 
  echo "Usage:";
  echo "Usage:";
  echo "      compile_test ";
  echo "      compile_test ";
  echo "where parameter is the test name without extension (e.g. 'hello').";
  echo "where parameter is the test name without extension (e.g. 'hello').";
  exit 1;
  exit 1;
fi
fi

powered by: WebSVN 2.1.0

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