about summary refs log blame commit diff stats
path: root/subx/test_layers
blob: bd1d8b337c910057184232be8196333803587c6c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                                                            

      
               
                 



                                       
#!/bin/bash
# Repeatedly stop building until successive layers, and run all tests built.

set -e

cd `dirname $0`
for f in [0-9]*cc
do
  echo "=== $f"
  ./build_and_test_until $f  ||  exit 1
done