Skip to content
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

Sharing greentea-client's RawSerial with utest and UNITY. #2455

Merged
merged 1 commit into from
Aug 26, 2016

Conversation

bridadan
Copy link
Contributor

This commit allows the linker to remove the reference to the RawSerial object if it not used in the application. It is now initialized upon first use via the SingletonPtr class. This way it only is brought in for tests.

This helps address #2454

This commit allows the linker to remove the reference to the RawSerial object
if it not used in the application. This way it only is brought in for
tests.
@bridadan
Copy link
Contributor Author

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 647

Test failed!

@bridadan
Copy link
Contributor Author

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 649

All builds and test passed!

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 16, 2016

I left the comment in the issue. I hope we can fix this problem once for all :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants