ok so what test cases do we need to get full coverage?
how can we validate the tests, so I suppose we can calculate the area of
some object or something to validate the properties of the objects after
processing of them.

On Sun, May 6, 2018 at 1:17 PM, Reini Urban <[email protected]> wrote:

>
> > On May 2, 2018, at 1:19 AM, Mike Dupont <[email protected]>
> wrote:
> >
> > I am wondering now what the test coverage is so far, given these test
> cases how much of the code base is exercised?
>
> I haven’t yet fixed up the relative dirs for gcov, so all src files and
> many tests report 0%,
> With the tests but without the programs and examples it is 11%
> My guess is that the real coverage is about 70-80%.
> gcc-8 should have the reldir problem fixed, in other projects I had to
> tweak the gov rules.
> I had no time for that yet.
>
> ./configure --enable-write --enable-gcov=gcov-mp-7 CC=gcc-mp-7
> make
> make gov
> >> Total                                                             11.6
>  11.6
>
>


-- 
James Michael DuPont

Reply via email to