Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:35

0001 #!/bin/bash
0002 
0003 function RunOneTest()
0004 {
0005     local dir="$1"
0006 
0007     cd "$dir"
0008     ./run_test
0009 }
0010 
0011 RunOneTest "test_modify_singular_modes" &
0012 
0013 RunOneTest "test_with_data" &
0014 
0015 RunOneTest "test_with_mc/iterations" &
0016 RunOneTest "test_with_mc/simple" &
0017 RunOneTest "test_with_mc/statistics" &