polardbxengine/mysql-test/include/have_valgrind.inc

12 lines
182 B
PHP

# 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"
}