repo.or.cz
/
libexssl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix
[libexssl.git]
/
test.sh
blob
903f64f0047bef87d1b842ae796840335cd1e200
1
#!/bin/sh
2
3
valgrind
--log-file
=
$1
.log
--leak-check
=
full
--show-reachable
=
yes
--track-origins
=
yes
$1 $2 $3
4
#valgrind --leak-check=full --show-reachable=yes --track-origins=yes $1 $2 $3