make: add test-murdock target
This commit is contained in:
parent
8060f55227
commit
35c73c83d0
@ -593,8 +593,12 @@ CFLAGS += -include '$(RIOTBUILD_CONFIG_HEADER_C)'
|
|||||||
# include mcuboot support
|
# include mcuboot support
|
||||||
include $(RIOTMAKE)/mcuboot.mk
|
include $(RIOTMAKE)/mcuboot.mk
|
||||||
|
|
||||||
|
# include Murdock helpers
|
||||||
|
include $(RIOTMAKE)/murdock.inc.mk
|
||||||
|
|
||||||
# Sanity check, 'all' should be the default goal
|
# Sanity check, 'all' should be the default goal
|
||||||
ifneq (all, $(.DEFAULT_GOAL))
|
ifneq (all, $(.DEFAULT_GOAL))
|
||||||
$(error .DEFAULT_GOAL := $(.DEFAULT_GOAL))
|
$(error .DEFAULT_GOAL := $(.DEFAULT_GOAL))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif # BOARD=none
|
endif # BOARD=none
|
||||||
|
|||||||
6
makefiles/murdock.inc.mk
Normal file
6
makefiles/murdock.inc.mk
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
test-murdock: link
|
||||||
|
cd $(RIOTBASE) && \
|
||||||
|
./.murdock make_test_job \
|
||||||
|
$$(realpath --relative-to $(RIOTBASE) $(APPDIR)) \
|
||||||
|
$(BOARD) \
|
||||||
|
$(HEXFILE)
|
||||||
Loading…
x
Reference in New Issue
Block a user