On Thu, 4 Apr 2024 at 23:52, Jelte Fennema-Nio <postg...@jeltef.nl> wrote: > 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
Actually that doesn't do what I want either because that actually runs the tests too... And I prefer to do that using meson directly, so I can add some filters to it. I'll figure something out when I'm more fresh tomorrow.