tests: move all pkg applications to their own pkgs/ folder#19551
tests: move all pkg applications to their own pkgs/ folder#19551bors[bot] merged 7 commits intoRIOT-OS:masterfrom
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 :) |
gschorcht
left a comment
There was a problem hiding this comment.
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