about summary refs log tree commit diff stats
path: root/test_all_layers
blob: e4c916404cb609ded10d1a6e8969a44fc2561d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

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

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