about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-13 20:27:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-03-13 20:27:42 -0700
commit16272f8d9753e1fa5bb66c7b525dd9a7f7d84cda (patch)
tree257f241d75669fdf477be35f7723dfc7a0a4e2fa
parentb24eb4766ad12eceaafa2ee0d620e070e21a3293 (diff)
downloadmu-16272f8d9753e1fa5bb66c7b525dd9a7f7d84cda.tar.gz
2774
Ensure we consistently use the same CFLAGS in all invocations of mu from
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 481c4d57..02d9750c 100755
--- a/test_all_layers
+++ b/test_all_layers
@@ -8,8 +8,7 @@ do
 done
 
 echo "=== chessboard"
-rm mu.cc
-CXX=clang++ ./mu test chessboard.mu
+./mu test chessboard.mu
 
 for f in edit/[0-9]*
 do