MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
have_valgrind.inc
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