about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-08 23:44:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-08 23:44:17 -0700
commit2a94896bb9ebc5042afb739fe94ffcc05705a137 (patch)
tree055f6818fcd184a7c02bf796cc999a50296b8ffc
parentca17c4a4ed2f61ca37f6f6313854323acfbc7a00 (diff)
downloadmu-2a94896bb9ebc5042afb739fe94ffcc05705a137.tar.gz
2948
-rwxr-xr-xtest_layers1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_layers b/test_layers
index 45cc6b3c..98c143c9 100755
--- a/test_layers
+++ b/test_layers
@@ -24,6 +24,7 @@ do
   if [[ $2 && $f > $2 ]]; then exit 0; fi
   echo "=== $f"
   $BUILD_UNTIL $f || exit 1
+  $VALGRIND ./mu_bin test || exit 1
 done
 
 CXX=clang++ CFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" $MAKE