tests: shunit2: run all tests under Valgrind by default
[oweals/uci.git] / tests / shunit2 / tests.sh
index 72c48749feb6e64469f66a85804daef1b67cc87f..00f56c5e319594d9e90871fe7ae9686593b48580 100755 (executable)
@@ -11,6 +11,8 @@ UCI_BIN=${UCI_BIN:-"../uci"}
        echo "uci is not present." >&2
        return 1
 }
+VALGRIND="valgrind --quiet --show-leak-kinds=all --leak-check=full --track-origins=yes"
+UCI_BIN="${VALGRIND} ${UCI_BIN}"
 UCI="${UCI_BIN} -c ${CONFIG_DIR} -p ${CHANGES_DIR}"
 UCI_Q="${UCI_BIN} -c ${CONFIG_DIR} -p ${CHANGES_DIR} -q"