intel/compiler: Readd ICL to test_eu_validate.cpp

Now that the PCI IDs are upstream, this can be readded.
This commit is contained in:
Matt Turner
2018-03-16 11:00:50 -07:00
parent 65b060d9cb
commit 724586a266
+1
View File
@@ -43,6 +43,7 @@ static const struct gen_info {
{ "glk", },
{ "cfl", },
{ "cnl", },
{ "icl", },
};
class validation_test: public ::testing::TestWithParam<struct gen_info> {