From 9422bc4c3bbebb987a276a021a6ca4e14adc8f8e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 7 Oct 2025 13:24:23 +0200 Subject: [PATCH] make: remove a bit of cruft related to tests Meant as a means to boost cooperation they basically led nowhere and sometimes refuse to build cleanly after a base build. Let's go with the sign of the times here and expose them less which also doesn't change the default behaviour. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index a8ed6e7..53cfa63 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,6 @@ DEVICE?= A10 KERNEL?= SMP NAME?= OPNsense SUFFIX?= # empty -TESTS?= # empty TYPE?= ${NAME:tl} UEFI?= arm dvd serial vga vm VERSION?= ${_VERSION} @@ -147,9 +146,6 @@ SRCDIR?= ${ROOTDIR}/src # A couple of meta-targets for easy use and ordering: kernel ports distfiles: base -.if !empty(TESTS) -base: tests -.endif audit plugins: ports core: plugins packages test: core