On Thu, 4 Apr 2024 at 23:34, Jacob Champion <jacob.champ...@enterprisedb.com> wrote: > > On Thu, Apr 4, 2024 at 1:42 PM Jelte Fennema-Nio <postg...@jeltef.nl> wrote: > > Maybe that's something worth addressing too. I expected that > > install/install-quiet was a strict superset of a plain ninja > > invocation. > > Maybe that's the intent, but I hope not, because I don't see any > reason for `ninja install` to worry about test-only binaries that > won't be installed. For the tests, there's a pretty clear rationale > for the dependency.
Fair enough, I guess I'll change my invocation to include the ninja "test" target too: ninja -C build test install-quiet && meson test -C build