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_layers3
1 files changed, 1 insertions, 2 deletions
diff --git a/test_all_layers b/test_all_layers
index bb063606..60e21773 100755
--- a/test_all_layers
+++ b/test_all_layers
@@ -8,5 +8,4 @@ done
 
 echo "=== chessboard"  # our most intensive test so far
 rm mu.cc
-make clang
-mu test chessboard.mu
+CXX=clang++ ./mu test chessboard.mu