source:
trunk/source/global/HEPNumerics/test/test.sh@
1340
| Last change on this file since 1340 was 1199, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 263 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | echo "Run on `hostname`, which is a `uname -a` machine" | tee -a test.out |
| 3 | echo `date` >> test.out |
| 4 | for i in *.cc |
| 5 | do |
| 6 | j=`basename $i .cc` |
| 7 | gmake G4TARGET=$j |
| 8 | echo Test output for $j... >> test.out |
| 9 | $G4WORKDIR/bin/$G4SYSTEM/$j >> test.out 2>&1; |
| 10 | done |
| 11 | |
| 12 |
Note:
See TracBrowser
for help on using the repository browser.
