summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_valgrind.inc
blob: 8374c2ed4f059e8168be068d597e3277238dc387 (plain)
1
2
3
4
5
6
7
8
9
10
11
# include/have_valgrind.inc
#
# If some test should be run with only valgrind then skip it while running test
# without it.
#

if (!$VALGRIND_TEST) {
  --skip Need "--valgrind" 
}