Exclude examples b7 and b11 from regression as use random number generator. Add PERFE...
[snark14.git] / examples / run_all
index e4ed0e45c39fdf828352433f7e3260587c1aefe7..82da88fab8876f584f658bd1c65806d82e6043a7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 echo "Running all examples. This may take a few minutes."
-for i in 1 3 4 5 6 7 8 10 11 20;
+for i in 1 3 4 5 6 7 8 10 11 12 13 20;
   do
     cd b$i
     snark14 b${i}.in > b${i}.out