-
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: hierarchical structuring of the test directory #9933
Conversation
Introduce some hierarchical structuring to the tests folder.
I fixed the other |
A first note, is that the new tests directories should be added to https://github.com/RIOT-OS/RIOT/blob/bbc16cced2c994ec57e0e7808e788932407c8885/makefiles/app_dirs.inc.mk to be detected by murdock and I like the idea of re-organizing the tests but with the current state I have a bit mixed feeling as there are still a lot of tests directories and directories with tests inside so an in between situation. So maybe go even further with the directory re-organization. For packages I am also thinking of putting the tests in each package directory to move toward self contained packages. But it would require the modular definition of |
I like nesting. I think if we can get consensus from enough people then schedule a time to get this done because I can imagine hitting a moving target is difficult. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
Contribution description
The list of directories inside the tests folder has become really, really long and difficult to oversee. Hence, I propose to introduce some sub-directories to logically order the tests into groups represented by directories.