Hi I was planning to use gcov for showing coverage using the tests provided in V8 source code repository for a project I am doing. I was wondering if someone could help me out? I need to change configurations in the SConstruct file. The following arguments are required for executing gcov.
// The source files need to be compiled with the following arguments gcc -fprofile-arcs -ftest-coverage and linked with -lgcov argument..... Could someone tell me what arguments do i need change in the Sconstruct file to add these arguments. Thanks Nipun Arora Research Student Columbia University PS. I would also appreciate if someone could direct me to instructions on running the test cases, and any prerequisites for that... is there any page with the testing documentation? --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
