repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mySQL 5.0.11 sources for tomato
[tomato.git]
/
release
/
src
/
router
/
mysql
/
mysql-test
/
include
/
have_valgrind.inc
blob
8374c2ed4f059e8168be068d597e3277238dc387
1
# include/have_valgrind.inc
2
#
3
# If some test should be run with only valgrind then skip it while running test
4
# without it.
5
#
6
7
if (!$VALGRIND_TEST) {
8
--skip Need "--valgrind"
9
}
10
11