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.
This commit is contained in:
Franco Fichtner 2025-10-07 13:24:23 +02:00
parent 51fa9a476e
commit 9422bc4c3b

View file

@ -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