more fix on Ec/Ev.
[gss-tcad.git] / bin / check_gss
blob5be079742429c042ae07ca7fea2373ffb4e9d6ad
1 #!/bin/sh
2 LOGFILE="$@.valgrind.log"
3 valgrind --leak-check=full --show-reachable=yes --error-limit=no --log-file-exactly=$LOGFILE gss "$@"