-
Notifications
You must be signed in to change notification settings - Fork 3k
Events directory restructuring #13183
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
Conversation
The greentea tests should be moved under events/ as well |
For consistency we should also move the local tests from the source directory to events/test. |
@gpsimenos, thank you for your changes. |
@0xc0170 Can you please remove 'needs: review' label for now |
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.
@gpsimenos hope this removes it
Travis job for checking mbed.h include in this repo needs an update to follow the changing name of unit tests (test/unit). |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
I'm really happy to see this change in directory structure! Does this mean that all unit tests will move to this new structure for their respectives components? Regarding naming path, I'm wondering if using |
This is also what I was going to say. So |
I see you have |
Why don't we have
Having public headers inside in |
|
It has been agreed to follow the yotta directory structure for components going forwards. In the yotta structure, public headers are located in |
Unfortunately the naming has already been signed off. Currently, the only framework used for those tests is unity, and the name is indeed "specialized", but it can be changed when/if tests using additional frameworks are added or the existing tests are ported. |
Closing for now as this is not ready. |
Summary of changes
mbed-os/events
directory restructured according to the internal proposal.mbed-os/events/events
foldermbed-os/events/test/unit
folderThis is the first in a series of PRs aiming to clean up the mbed-os directory structure. The intention is to create a consistent tree among mbed components which following the below structure:
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@evedon