unified-memory-framework
unified-memory-framework copied to clipboard
Fix umf_standalone_examples test
Description
Fix the umf_standalone_examples test.
Install UMF into a new directory created inside CMAKE_CURRENT_BINARY_DIR.
Fixes: #674
Checklist
- [x] Code compiles without errors locally
- [x] All tests pass locally
- [x] CI workflows execute properly
I will be back on September 2nd.
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.