Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
35c73c83
Commit
35c73c83
authored
7 years ago
by
Kaspar Schleiser
Browse files
Options
Downloads
Patches
Plain Diff
make: add test-murdock target
parent
8060f552
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.include
+4
-0
4 additions, 0 deletions
Makefile.include
makefiles/murdock.inc.mk
+6
-0
6 additions, 0 deletions
makefiles/murdock.inc.mk
with
10 additions
and
0 deletions
Makefile.include
+
4
−
0
View file @
35c73c83
...
@@ -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
This diff is collapsed.
Click to expand it.
makefiles/murdock.inc.mk
0 → 100644
+
6
−
0
View file @
35c73c83
test-murdock
:
link
cd
$(
RIOTBASE
)
&&
\
./.murdock make_test_job
\
$$(
realpath
--relative-to
$(
RIOTBASE
)
$(
APPDIR
))
\
$(
BOARD
)
\
$(
HEXFILE
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment