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:
parent
48b7df3b78
commit
ac54a7bca6
18 changed files with 22 additions and 16 deletions
|
|
@ -8,6 +8,6 @@ install:
|
|||
clean:
|
||||
distclean:
|
||||
check:
|
||||
test:
|
||||
test: all
|
||||
get-%:
|
||||
pkg-%:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue