Files
DP_S/build/lib/mysql/mysql-test/include/have_valgrind.inc
2024-04-24 10:25:44 +08:00

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