Re: code coverage patch

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: code coverage patch
Дата
Msg-id 87d4jts67r.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: code coverage patch  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: code coverage patch  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:

> The reason for that problem is that the shared object needs to be linked 
> with -fprofile-arcs -ftest-coverage.  (One of these causes -lgcov to be 
> linked, which includes the missing symbol.)  This is not done because the 
> shared object link rules don't use CFLAGS.

Shared object link rules should use another variable (LDFLAGS?) and those
options should be added that variable as well.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about
EnterpriseDB'sPostgreSQL training!
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: September Commit Fest coming soon!
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: code coverage patch