Re: CVS commit: pkgsrc/math/cvc5

Thomas Klausner <[email protected]> Fri, 3 Jul 2026 06:52:57 +0200
Newsgroups gmane.os.netbsd.devel.packages
Message-ID <[email protected]>
On Thu, Jul 02, 2026 at 07:55:50PM +0100, Greg Troxel wrote:
> Probably we should arrange for MAKE_JOBS to be passed to cmake tests,
> instead of not having tests hooked in and suggesting it be done
> manually.

I think this already happens?

/usr/pkgsrc/archivers/libzip> make -n do-test
set -e; cd /usr/pkgsrc/archivers/libzip/work/libzip-1.11.4/./cmake-pkgsrc-build/. &&  /usr/bin/env ... ninja -j 24 test

 Thomas