gcc --coverage and copying Bison generated files

2014-11-26 Thread Daiki Ueno
we copy all the source files? Thanks in advance, -- Daiki Ueno ___ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Re: gcc --coverage and copying Bison generated files

2014-11-27 Thread Daiki Ueno
.g. *.lo files and a header file generated at build time) won't be populated under gettext-tools/intl/. Those files are actually referred to from other directories under gettext-tools/. I also found the GCOV_PREFIX envvar, but it didn't help either. Regards, -- Daiki Ueno __