mirror of https://github.com/vishvananda/netlink
Run test by default in the makefile
This commit is contained in:
parent
97b2064346
commit
d14e43bfff
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ goroot = $(addprefix ../../../,$(1))
|
||||||
unroot = $(subst ../../../,,$(1))
|
unroot = $(subst ../../../,,$(1))
|
||||||
fmt = $(addprefix fmt-,$(1))
|
fmt = $(addprefix fmt-,$(1))
|
||||||
|
|
||||||
all: fmt
|
all: fmt test
|
||||||
|
|
||||||
$(call goroot,$(DEPS)):
|
$(call goroot,$(DEPS)):
|
||||||
go get $(call unroot,$@)
|
go get $(call unroot,$@)
|
||||||
|
|
Loading…
Reference in New Issue