Edgewall Software
Modify

Opened 13 years ago

#661 new defect

unable to inform gcov of object file locations

Reported by: hefloryd Owned by:
Priority: major Milestone: 0.6.1
Component: Build slave Version: 0.6b3
Keywords: Cc:
Operating System:

Description

Assuming the following build tree:

folder/src/test.c folder/obj/test.o

there doesn't seem to be a way to make gcov find the object files. The root argument is not helpful because the object files are already in the same root folder as the sources. The prefix argument would be useful as a way to specify a relative path from the source to the object file. However, it always includes a hyphen, making it useless for this purpose.

This problem was earlier reported in #231 (from which came the root argument).

I've attached a patch that adds a new argument with the specific use of allowing one to specify a relative path from source to object file.

Attachments (1)

ctools_gcov_relative.patch (1.5 KB) - added by hefloryd 13 years ago.
ctools.py patch adding relative argument

Download all attachments as: .zip

Change History (1)

Changed 13 years ago by hefloryd

ctools.py patch adding relative argument

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.