Hi mehaboob!!

 The following commands seems to be working for me.

$ cd build
$ make clean
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DSYSINSTALL_BINDINGS=ON
-DCMAKE_BUILD_TYPE=Coverage
$ make test
$ make coverage
Then view coverage result for your respective file in
build/coverage_results/html/cpp/src/index.html


Regards,

Rakhi

On Wed, Mar 31, 2021 at 9:30 PM mehaboob shariff <mehaboob...@gmail.com>
wrote:

> Could you provide some insights on how to configure the build for coverage
> because when run the cmake it shows there is no CMakeList.txt file in the
> build directory.
> So I navigated to /build/CMakeFiles/CheckCXX and ran the command but there
> seems to be no output
>
> On Wed, Mar 31, 2021 at 7:45 PM mehaboob shariff <mehaboob...@gmail.com>
> wrote:
>
> > Tahnk you Justin, will get back to you if I face any troubles
> >
> > On Wed, Mar 31, 2021 at 6:59 PM Justin Ross <justin.r...@gmail.com>
> wrote:
> >
> >> Hi, Mehaboob.  Here's one to try:
> >> https://issues.apache.org/jira/browse/PROTON-2358
> >>
> >> Please tell us about any obstacles you face.
> >>
> >> On Tue, Mar 30, 2021 at 4:56 PM mehaboob shariff <mehaboob...@gmail.com
> >
> >> wrote:
> >>
> >> > okay, thank you for the information
> >> >
> >> > On Wed, Mar 31, 2021 at 2:08 AM Justin Ross <justin.r...@gmail.com>
> >> wrote:
> >> >
> >> > > You don't have too, but in particular I think you may end up wanting
> >> the
> >> > > Python binding since some tests use it.
> >> > >
> >> > > On Tue, Mar 30, 2021 at 3:25 PM mehaboob shariff <
> >> mehaboob...@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > Do we have to install the language bindings in the instructions.
> If
> >> not
> >> > > > then I have compiled the proton source repo successfully
> >> > > >
> >> > > >
> >> > > > On Wed, Mar 31, 2021 at 12:51 AM Justin Ross <
> justin.r...@gmail.com
> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > Okay, next is to use git to fetch the Qpid Proton C source repo
> >> and
> >> > get
> >> > > > it
> >> > > > > building.
> >> > > > >
> >> > > > > The instructions are here:
> >> > > > > https://github.com/apache/qpid-proton/blob/master/INSTALL.md
> >> > > > >
> >> > > > >
> >> > > > > On Tue, Mar 30, 2021 at 2:39 PM mehaboob shariff <
> >> > > mehaboob...@gmail.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > > > I'm using ubuntu 20.04
> >> > > > > >
> >> > > > > > On Wed, Mar 31, 2021 at 12:07 AM Justin Ross <
> >> > justin.r...@gmail.com>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > > > Hi, Mehaboob.  I spoke to you in private email as well.
> What
> >> > kind
> >> > > of
> >> > > > > > > development environment do you have?
> >> > > > > > >
> >> > > > > > > On Tue, Mar 30, 2021 at 11:44 AM mehaboob shariff <
> >> > > > > mehaboob...@gmail.com
> >> > > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hello this is Mahaboob Shariff a CS undergrad. I would
> like
> >> to
> >> > > > > > > participate
> >> > > > > > > > in the apache community for the outreachy intern.
> >> > > > > > > > Can anyone help me with how to get started.
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>

Reply via email to