From: Karel Zak Date: Mon, 6 Feb 2012 15:32:29 +0000 (+0100) Subject: tests: add --memcheck to X-Git-Tag: v2.21-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0269fcbb347d1227482490acdc7e18131618b360;p=thirdparty%2Futil-linux.git tests: add --memcheck to Signed-off-by: Karel Zak --- diff --git a/tests/run.sh b/tests/run.sh index f1ec3328aa..5e0bf68e22 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -28,6 +28,9 @@ while [ -n "$1" ]; do --fake) OPTS="$OPTS --fake" ;; + --memcheck) + OPTS="$OPTS --memcheck" + ;; --*) echo "Unknown option $1" echo "Usage: run [--fake] [--force] [ ...]"