]> git.sesse.net Git - stockfish/blobdiff - tests/instrumented.sh
Enhance CI to error on leaks
[stockfish] / tests / instrumented.sh
index bfb50e94c196710680ec999f0a079e334c5f686c..d30c8e35a575992e6511773b38985f2e02398fc5 100755 (executable)
@@ -13,7 +13,7 @@ case $1 in
   --valgrind)
     echo "valgrind testing started"
     prefix=''
-    exeprefix='valgrind --error-exitcode=42'
+    exeprefix='valgrind --error-exitcode=42 --errors-for-leak-kinds=all --leak-check=full'
     postfix='1>/dev/null'
     threads="1"
   ;;