On 31.12.24 09:47, Mattia Verga wrote:
During Fedora packaging we run 'make unitcheck slowcheck' to check the
build results, but I've just realized that since some time in the output
we had:
make: Nothing to be done for 'slowcheck'
Looking at LibreOffice Jenkins I see it there as well, BTW in LO jenkins
I see that unitcheck has the same output, while in Fedora that part works...
I'm no gbuild expert, but I think that output is just noise from the
top-level `make` invocation (using the top-level `Makefile`), which
spawns a sub-make executing `Makefile.gbuild` with those targets (and
which does execute the actual tests), and then outputs that "Nothing to
be done for ..." for whatever reason