On Mon, Jan 7, 2013 at 7:57 AM, Loïc Maury <lma...@gmail.com> wrote:

> Hello,
>
> Happy new years
>
> I have recently downloaded by git the source code of project.
>
> But I have some issue with the test with make test.
>
> I launch the configure with ./configure --enable-check, make, make check,
>
> but some of test are just skipped ?
>
> PASS: check_clamav
> PASS: check_freshclam.sh
> PASS: check_sigtool.sh
> SKIP: check_unit_vg.sh
> PASS: check1_clamscan.sh
> PASS: check2_clamd.sh
> PASS: check3_clamd.sh
> PASS: check4_clamd.sh
> SKIP: check5_clamd_vg.sh
> SKIP: check6_clamd_vg.sh
> SKIP: check7_clamd_hg.sh
> SKIP: check8_clamd_hg.sh
> SKIP: check9_clamscan_vg.sh
> ======================
> All 7 tests passed
> (6 tests were not run)
> ======================
>
> is this normal ?
>
> Thank you
>
> Loïc Maury
>
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>

Yes, this is normal. The valgrind-related tests are not run by default,
they are only run when explicitly requested with command-line argument
VG=1. Example:
make check VG=1 VERBOSE=1

Also, you must have valgrind installed on your machine to execute the tests.

Dave R.

-- 
---
Dave Raynor
Sourcefire Vulnerability Research Team
dray...@sourcefire.com
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Reply via email to