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

Update multi-image3 to catch failures in multi-image generation #1016

Open
wants to merge 1 commit into
base: aomp-dev
Choose a base branch
from

Conversation

nicebert
Copy link
Contributor

@nicebert nicebert commented Aug 2, 2024

Update multi-image testing to catch if all images were actually created. Also explicitly checks for target features xnack+ and xnack-.

Update multi-image testing to catch if all images were actually created. Also explicitly checks for target features xnack+ and xnack-.
@@ -15,4 +15,4 @@ CC = $(OMP_BIN) $(VERBOSE)
include ../Makefile.rules
run: $(TESTNAME)
Copy link
Contributor

Choose a reason for hiding this comment

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

The run rule is not used by the check_smoke script, so, this extra part will not be tested.

Please use the RUNCMD to provide more complex rules than ./$(TESTNAME). The RUNCMD will be used by the check rule when set.

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