-
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: move all pkg applications to their own pkgs/ folder #19551
Conversation
Looks good and works as expected. One nitpicking comment, the tests for |
I agree, will change that |
Actually, that was a bug. The path defined in |
3e5f88f
to
49ebd1d
Compare
RIOT tests are full of symlinks. But quick Murdock is finally green :) |
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.
Looks good and works as epxected.
For some reason the static-tests are stuck with this PR... |
Maybe the build_system_sanity_check? It might expect the tests (or rather their makefiles) to be in a certain path. |
We could cancel and restart it to see where exactly it is stuck. |
Ah, just canceling was sufficient: Seems like vera++ is the check that is stuck: vera++ is the check running after externc, which succeeded: RIOT/dist/tools/ci/static_tests.sh Lines 118 to 122 in 04caf1b
|
|
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
nimble and lwip are also packages and have their own test application. Any opinion on whether to move their test applications to |
Hm 🤔 IMHO, if they are test apps for packages, they should reside in |
Let's do this then! |
@gschorcht, see #19582 |
Contribution description
This PR is similar as #19435 but applied to pkg test applications.
Testing procedure
Green CI
Issues/PRs references
Follow-up of #19435