repo.or.cz
/
Data-Peek.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make leaktest/leakcheck enabled and executed
[Data-Peek.git]
/
sandbox
/
leaktest
blob
623500fd165e1777cad50c3f160cb53ee3c8714a
1
#!/bin/sh
2
3
PERL
=
$1
4
HRNS
=
$2
5
shift
;
shift
6
7
export
PERL_DL_NONLAZY
=
1
8
export
PERL_DESTRUCT_LEVEL
=
2
9
10
for
t
in
$@
;
do
11
echo
$PERL $t
12
$PERL
-MExtUtils
::
Command
::
MM
-e
"
$HRNS
"
-MTest
::
Valgrind
$t
13
done