Re: [CMake] ctest coverage and gcc 3.4

2006-02-09 Thread William A. Hoffman
This is fixed in CMake 2.2. 2.0.6 is quite old, and may even pre-date gcc 3.4... -Bill At 08:52 AM 2/9/2006, Wheeler, Frederick W (GE, Research) wrote: >As of version 3.4, gcc has changed the format of the coverage files you get >with options -fprofile-arcs -ftest-coverage. Also, the covera

Re: [CMake] ctest coverage and gcc 3.4

2006-02-09 Thread Andy Cedilnik
Hi Fred, This was fixed in CMake 2.2. CTest in CMake 2.2 supports Gcov up to the version 4.*. Andy Wheeler, Frederick W (GE, Research) wrote: As of version 3.4, gcc has changed the format of the coverage files you get with options -fprofile-arcs -ftest-coverage. Also, the coverage f

[CMake] ctest coverage and gcc 3.4

2006-02-09 Thread Wheeler, Frederick W (GE, Research)
As of version 3.4, gcc has changed the format of the coverage files you get with options -fprofile-arcs -ftest-coverage. Also, the coverage files now have suffixes .gcno and .gcda. On a ctest build/test/submit run with coverage, ctest prints "Cannot find any coverage information files (.da)".