I built it as given in the INSTALL.md file which seems to be out-of-source build
On Wed, Apr 7, 2021 at 9:13 PM Jiri Daněk <[email protected]> wrote: > On Wed, Apr 7, 2021 at 5:36 PM mehaboob shariff <[email protected]> > wrote: > > > There was no container_test in build/cpp earlier so I copied src from > > /qpid-proton/cpp/ and pasted in there. Then ran the command you gave. > > > > Allright, so what do we have here. The test is expecting files in the > /build/ dir, but they were actually built in the sources dir. Reminds me of > this difference between in-source and out-of-source builds > > https://softwareengineering.stackexchange.com/questions/365460/in-source-build-vs-out-of-source-build > > How exactly did you build Proton? Did you build it in-source (git clone > ...; cd qpid-proton; cmake .; make) or out of source (git clone ...; cd > qpid-proton; mkdir build; cd build; cmake ...; make)? > -- > Mit freundlichen Grüßen / Kind regards > Jiri Daněk >
