bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] Add valgrind testing support via ./configure


From: Tim Ruehsen
Subject: Re: [Bug-wget] [PATCH] Add valgrind testing support via ./configure
Date: Thu, 09 Oct 2014 17:04:22 +0200
User-agent: KMail/4.14.1 (Linux/3.16-2-amd64; KDE/4.14.1; x86_64; ; )

Just one correction:

> And we could do the complete test suite with
> VALGRIND_TESTS="1" make check

This is not possible - the environment variables won't be passed to the test 
programs. That is only possible via TESTS_ENVIRONMENT, like

TESTS_ENVIRONMENT="VALGRIND_TESTS=1" make check

While running single tests work like

        cd tests
        VALGRIND_TESTS=1 ./Test-O.px

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]