We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ed553 commit b0b2f2fCopy full SHA for b0b2f2f
shared/test/unit_test/os_interface/linux/ioctl_helper_tests_dg1.cpp
@@ -20,6 +20,10 @@ using namespace NEO;
20
21
using IoctlHelperTestsDg1 = ::testing::Test;
22
23
+DG1TEST_F(IoctlHelperTestsDg1, givenDg1WhenSetupIoctlHelperThenDg1SpecificHelperIsAvailable) {
24
+ EXPECT_TRUE(ioctlHelperFactory[IGFX_DG1].has_value());
25
+}
26
+
27
DG1TEST_F(IoctlHelperTestsDg1, givenDg1WhenCreateGemExtThenReturnCorrectValue) {
28
auto executionEnvironment = std::make_unique<MockExecutionEnvironment>();
29
auto drm = std::make_unique<DrmTipMock>(*executionEnvironment->rootDeviceEnvironments[0]);
0 commit comments