Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:28

0001 #!/bin/sh
0002 
0003 #----------------------------------------------------------------------
0004 #----------------------------------------------------------------------
0005 
0006 # no way to easily locate the test directory and the architecture/compiler
0007 # from environment variables.  hardcoded for now
0008 DIR=../../../../test/`scramv1 arch`
0009 
0010 # Pass in name and status
0011 function die { echo $1: status $2 ;  exit $2; }
0012 
0013 # Pass in name
0014 function do_or_die { echo ===== Running $1 ===== && ${DIR}/$1 && echo ===== $1 OK ===== || die ">>>>> $1 failed <<<<<" $?; }
0015 
0016 do_or_die testFramework