about summary refs log tree commit diff stats
path: root/test_all_layers
diff options
context:
space:
mode:
Diffstat (limited to 'test_all_layers')
-rwxr-xr-xtest_all_layers5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_all_layers b/test_all_layers
index 4117dde0..e4c91640 100755
--- a/test_all_layers
+++ b/test_all_layers
@@ -5,3 +5,8 @@ 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