tests: add --memcheck to

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-02-06 16:32:29 +01:00
parent d9201203cf
commit 0269fcbb34
1 changed files with 3 additions and 0 deletions

View File

@ -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] [<component> ...]"