diff options
author | Matt Turner <[email protected]> | 2018-03-16 11:00:50 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-03-22 09:56:09 -0700 |
commit | 724586a2665d2109a581913822f60aa768573e39 (patch) | |
tree | 9d96cdbe94911c6ae6f842ac0c8a1d7821cffbf5 /src/intel/compiler/test_eu_validate.cpp | |
parent | 65b060d9cbe932d6749c472b754aa7971b4129e8 (diff) |
intel/compiler: Readd ICL to test_eu_validate.cpp
Now that the PCI IDs are upstream, this can be readded.
Diffstat (limited to 'src/intel/compiler/test_eu_validate.cpp')
-rw-r--r-- | src/intel/compiler/test_eu_validate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/test_eu_validate.cpp b/src/intel/compiler/test_eu_validate.cpp index 303773d6d7e..b132b87a1a3 100644 --- a/src/intel/compiler/test_eu_validate.cpp +++ b/src/intel/compiler/test_eu_validate.cpp @@ -43,6 +43,7 @@ static const struct gen_info { { "glk", }, { "cfl", }, { "cnl", }, + { "icl", }, }; class validation_test: public ::testing::TestWithParam<struct gen_info> { |