From 1750e7fdea4515d03bf6ec9f95b643f696ed2e1d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 22 Nov 2024 09:08:50 +0100 Subject: [PATCH] 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. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ce8880..3703365 100644 --- a/Makefile +++ b/Makefile @@ -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