make lcov doesn't support TESTS variable anymore

Bug #52019 make lcov doesn't support TESTS variable anymore
Submitted: 2010-06-08 10:17 UTC Modified: 2010-06-11 16:12 UTC
From: patrickallaert@php.net Assigned: patrickallaert (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 5.3.2 OS: Linux
Private report: No CVE-ID: None

 [2010-06-08 10:17 UTC] patrickallaert@php.net

Description:
------------
$ make lcov TESTS=<path>
previously generated code coverage of tests appearing in <path> as with:
$ make test TESTS=<path>


Patches

bug52019.diff (last revision 2010-06-11 13:33 UTC by patrickallaert@php.net)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2010-06-11 16:12 UTC] patrickallaert@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.