summaryrefslogtreecommitdiff
path: root/offload/test/unit
AgeCommit message (Collapse)Author
2025-04-29[Offload] Add check-offload-unit for liboffload unittests (#137312)Callum Fare
Adds a `check-offload-unit` target for running the liboffload unit test suite. This unit test binary runs the tests for every available device. This can optionally filtered to devices from a single platform, but the check target runs on everything. The target is not part of `check-offload` and does not get propagated to the top level build. I'm not sure if either of these things are desirable, but I'm happy to look into it if we want. Also remove the `offload/unittests/Plugins` test as it's dead code and doesn't build.