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

Fix Makefile for testing examples/hello #2

Merged
merged 1 commit into from Feb 23, 2022
Merged

Fix Makefile for testing examples/hello #2

merged 1 commit into from Feb 23, 2022

Conversation

jakwings
Copy link

Makefile directive ifeq ($(shell examples/hello), IMAGE_SYNTH_SUCCESS)
is processed before the target action is executed, therefore a fresh
test will always fail since examples/hello is not compiled yet.

ping #1

Makefile directive `ifeq ($(shell examples/hello), IMAGE_SYNTH_SUCCESS)`
is processed before the target action is executed, therefore a fresh
test will always fail since `examples/hello` is not compiled yet.
@61315 61315 self-assigned this Feb 23, 2022
@61315 61315 added the bug Something isn't working label Feb 23, 2022
@61315
Copy link
Owner

61315 commented Feb 23, 2022

Many thanks!

@61315 61315 merged commit 1f6cda5 into 61315:master Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants