Skip to content
Snippets Groups Projects
Commit 35c73c83 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

make: add test-murdock target

parent 8060f552
No related branches found
No related tags found
No related merge requests found
...@@ -593,8 +593,12 @@ CFLAGS += -include '$(RIOTBUILD_CONFIG_HEADER_C)' ...@@ -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
test-murdock: link
cd $(RIOTBASE) && \
./.murdock make_test_job \
$$(realpath --relative-to $(RIOTBASE) $(APPDIR)) \
$(BOARD) \
$(HEXFILE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment