mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Add EngineInfo for Linux.
Related-To: NEO-3008 Change-Id: Ib9e1a241a5b47aad5e4f83443a3e85db826d13ff Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
@@ -26,3 +26,10 @@ TEST(DrmTest, whenQueryingEngineInfoThenNoIoctlIsCalled) {
|
||||
drm->queryEngineInfo();
|
||||
EXPECT_EQ(0u, drm->ioctlCallsCount);
|
||||
}
|
||||
|
||||
TEST(EngineInfoTest, givenEngineInfoImplementationWhenDestructingThenDestructorIsCalled) {
|
||||
struct EngineInfoImpl : EngineInfo {
|
||||
~EngineInfoImpl() override = default;
|
||||
};
|
||||
EngineInfoImpl engineInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user