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

tests: led: use led.h instead of board.h #5213

Closed
wants to merge 2 commits into from

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Mar 30, 2016

To prevent slip-ups like the one in #5212.

Depends on #5212, since the test won't compile for udoo otherwise.

@miri64 miri64 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: tests Area: tests and testing framework labels Mar 30, 2016
@miri64 miri64 added this to the Release 2016.04 milestone Mar 30, 2016
@miri64 miri64 added the State: waiting for other PR State: The PR requires another PR to be merged first label Mar 30, 2016
@miri64 miri64 changed the title Tests/enh/use led header tests: led: use led.h instead of board.h Mar 30, 2016
@haukepetersen
Copy link
Contributor

NACK -> this changes the behavior of the test application

The test is supposed to blink each available LED in a sequence, by removing the (yes, ugly) ifdefs, you introduce a very long delay into the sequence for all boards, that do not have all 8 LEDs defined...

@haukepetersen
Copy link
Contributor

Looking into a different solution now.

@haukepetersen
Copy link
Contributor

Merged #5212, so I think everything is in order now?!

To prevent slip-ups like the one in #5212.

Actually, this test is there to actually show exactly these type of slip-ups :-)

@miri64
Copy link
Member Author

miri64 commented Mar 31, 2016

Actually, this test is there to actually show exactly these type of slip-ups :-)

But only at execution time, with a physical board. Not at compile time ;-). But okay, I get it. Closing this PR.

@miri64 miri64 closed this Mar 31, 2016
@miri64 miri64 deleted the tests/enh/use-led-header branch March 31, 2016 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework State: waiting for other PR State: The PR requires another PR to be merged first Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants