diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test_layers b/test_layers index cf009d60..2d1dae8e 100755 --- a/test_layers +++ b/test_layers @@ -32,7 +32,8 @@ do done # Layers for Mu apps without Valgrind -CXX=clang++ CXXFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" LDFLAGS="-fsanitize=undefined" make +./clean +./build if [[ ! $1 || $1 == chessboard ]] then |