diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 1 |
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 |