make: Make target "test" depend on target "all"

Every directory should have a test target, and the test target should depend on all so that all files are generated that might be needed for testing. This commit fixes some missing targets, and adds some missing dependencies.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-07-02 14:41:56 +02:00
commit ac54a7bca6
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61
18 changed files with 22 additions and 16 deletions

View file

@ -8,6 +8,6 @@ install:
clean:
distclean:
check:
test:
test: all
get-%:
pkg-%: