source: trunk/source/geometry/solids/CSG/test/test.sh@ 1353

Last change on this file since 1353 was 1350, checked in by garnier, 15 years ago

update to last version 4.9.4

  • Property svn:executable set to *
File size: 260 bytes
RevLine 
[1350]1#!/bin/sh
2echo "Run on `hostname`, which is a `uname -a` machine" | tee -a test.out
3echo `date` >> test.out
4for i in *.cc
5do
6 j=`basename $i .cc`
7 make G4TARGET=$j
8 echo Test output for $j... >> test.out
9 $G4WORKDIR/bin/$G4SYSTEM/$j >> test.out 2>&1;
10done
Note: See TracBrowser for help on using the repository browser.