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

Remove ifdef guards around unit and HIL tests. #129

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

haydenroche5
Copy link
Collaborator

These guards were our way of getting around the contents of these files being included in note-arduino builds. With this commit, we're getting rid of them. Instead, in note-arduino when we include note-c, we'll remove the test subdirectory all together. Then these files aren't even there to begin with, so they can't mess up the note-arduino build.

@haydenroche5 haydenroche5 requested a review from zfields December 22, 2023 21:48
@haydenroche5 haydenroche5 self-assigned this Dec 22, 2023
These guards were our way of getting around the contents of these files being
included in note-arduino builds. With this commit, we're getting rid of them.
Instead, in note-arduino when we include note-c, we'll remove the test
subdirectory all together. Then these files aren't even there to begin with,
so they can't mess up the note-arduino build.
@haydenroche5 haydenroche5 merged commit a47df77 into blues:master Jan 8, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants