build/tests: wedge tests set between kernel and base

It's not strictly tied to the kernel but this ensures the tests
set will be built after base and before kernel automatically.
This commit is contained in:
Franco Fichtner 2024-11-22 09:08:50 +01:00
parent e9c5ad5b55
commit 1750e7fdea

View file

@ -136,7 +136,8 @@ SRCDIR?= ${ROOTDIR}/src
# A couple of meta-targets for easy use and ordering:
kernel ports distfiles: base
kernel tests ports distfiles: base
kernel: tests
audit plugins: ports
core: plugins
packages test: core