summaryrefslogtreecommitdiff
path: root/tests/shunit2/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shunit2/tests.sh')
-rwxr-xr-xtests/shunit2/tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shunit2/tests.sh b/tests/shunit2/tests.sh
index 72c4874..00f56c5 100755
--- a/tests/shunit2/tests.sh
+++ b/tests/shunit2/tests.sh
@@ -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"