about summary refs log blame commit diff stats
path: root/cpp/test_all
blob: c30d892663db507f3fcaa7f23db99f0e722574b0 (plain) (tree)
1
2
3
4
5
6
7

           
               
  

                           
    
#!/bin/bash

for f in [0-9]*
do
  echo "=== $f"
  ./build_and_test_until $f
done