-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: combine similar network driver tests #5286
Conversation
Let's postpone this for the next release. |
93b77c3
to
479650e
Compare
479650e
to
74d783e
Compare
Postponed due to feature freeze |
This got postponed for already two releases without a real cause as far as I can see - all the more reason to get it merged for this release. |
include Makefile.xbee | ||
|
||
# test if multiple drivers are compiled in | ||
ifneq (x,$(DRIVERS)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This always seem to be the case, when I parse the included makefiles correctly. Please explain.
Could also benefit of some README and/or test script. |
No time to work on this. |
All those tests basically link in the driver and most parts of gnrc.
This PR combines them into one test in order to reduce the amount of redundant compilation.