repo.or.cz
/
gss-tcad.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more fix on Ec/Ev.
[gss-tcad.git]
/
bin
/
check_gss
blob
5be079742429c042ae07ca7fea2373ffb4e9d6ad
1
#!/bin/sh
2
LOGFILE
=
"$@.valgrind.log"
3
valgrind
--leak-check
=
full
--show-reachable
=
yes
--error-limit
=
no
--log-file-exactly
=
$LOGFILE
gss
"$@"