mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
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:
parent
e9c5ad5b55
commit
1750e7fdea
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue