ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/unit_tests/check_unit_vg.sh

8 lines
233 B

#!/bin/sh
. $srcdir/check_common.sh
init_valgrind
export CK_FORK=no WRAPPER="$VALGRIND $VALGRIND_FLAGS" CK_DEFAULT_TIMEOUT=40
if test_run 0 $TOP/unit_tests/check_clamav; then
echo "check_clamav failed to run" >&2
fi
end_valgrind