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

211 test compile #212

Merged
merged 5 commits into from
May 14, 2024
Merged

211 test compile #212

merged 5 commits into from
May 14, 2024

Conversation

dreamos82
Copy link
Owner

Close #211

- name: Run tests with gcc
run: make tests TOOLCHAIN=gcc
- name: Run tests with clang
run: make tests TOOLCHAIN=clang
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if your tests always rebuild everything or not, but you may want to do make clean tests to remove any files build by gcc (so that make rebuilds them with clang).

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahah the first line was:

rm -rf tests/*.o

but was commented! thanks!

@DeanoBurrito DeanoBurrito merged commit 56c49ec into master May 14, 2024
3 checks passed
@DeanoBurrito DeanoBurrito deleted the 211_test_compile branch May 14, 2024 06:36
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.

[TESTS] Tests should use the selected compiler
2 participants