-
Notifications
You must be signed in to change notification settings - Fork 35
Fix umf_standalone_examples test #679
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 umf_standalone_examples test #679
Conversation
Replace names of the following variables: - WORKSPACE with SOURCE_DIR - workspace_dir with source_dir Signed-off-by: Lukasz Dorau <[email protected]>
dba7673
to
5becbc6
Compare
I will be back on September 2nd. |
5becbc6
to
ba937a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my general comment is - this seems a little too complicated - we could go the other way and only test standalone examples as part of our installation_test, and run it in CI
OK, so you can propose an alternate solution. |
Install UMF into a new directory created inside CMAKE_CURRENT_BINARY_DIR. Fixes: oneapi-src#674 Signed-off-by: Lukasz Dorau <[email protected]>
ba937a2
to
13acb6f
Compare
Description
Fix the
umf_standalone_examples
test.Install UMF into a new directory created inside
CMAKE_CURRENT_BINARY_DIR
.Fixes: #674
Checklist