about summary refs log blame commit diff stats
path: root/test_all_layers
blob: 60e2177381d947c98a558a2e99329f2e2a586ac3 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
               
  
               
                                     
    
 
                                                       
        
                                   
#!/bin/bash

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

echo "=== chessboard"  # our most intensive test so far
rm mu.cc
CXX=clang++ ./mu test chessboard.mu