|
||||
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" &
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |