Re: Questions about object ID lifetimes

2023-09-27 Thread jleivent
On Wed, 27 Sep 2023 11:47:37 +0300 Pekka Paalanen wrote: > .. > > You just need to tell meson where your build directory is, or cd into > it first. > > $ meson test -C build > > or > > $ cd build > $ meson test > Of course!

Re: Questions about object ID lifetimes

2023-09-27 Thread Pekka Paalanen
On Tue, 26 Sep 2023 10:56:03 -0400 jleivent wrote: > On Tue, 26 Sep 2023 11:53:07 +0300 > Pekka Paalanen wrote: > > > On Mon, 25 Sep 2023 12:05:30 -0400 > > jleivent wrote: > > > > > How do I get CI/CD capability turned on? I tried building the unit > > > tests locally, but get errors