DP_S/build/lib/mysql/mysql-test/include/have_valgrind.inc

12 lines
182 B
PHP
Raw Normal View History

2024-04-24 10:25:44 +08:00
# 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"
}