diff options
author | Sagar Ghuge <[email protected]> | 2019-06-04 13:05:20 -0700 |
---|---|---|
committer | Sagar Ghuge <[email protected]> | 2019-07-01 10:14:22 -0700 |
commit | d5f63990b4bdf0458b48da34dddb7656b8393ec7 (patch) | |
tree | 01d2cbb3f29848b1b12253590e0d69a5a3b6ab10 /src/intel/tools/meson.build | |
parent | e9c35dd7cce5b09d8b89eaab8b79a4703b661f49 (diff) |
intel/tools: Add assembler unit tests for ROL/ROR instructions
Signed-off-by: Sagar Ghuge <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/tools/meson.build')
-rw-r--r-- | src/intel/tools/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/tools/meson.build b/src/intel/tools/meson.build index 4aa09d99cee..b0598f39ab5 100644 --- a/src/intel/tools/meson.build +++ b/src/intel/tools/meson.build @@ -164,6 +164,7 @@ asm_testcases = [ ['hsw', 'tests/gen7.5'], ['bdw', 'tests/gen8'], ['skl', 'tests/gen9'], + ['icl', 'tests/gen11'], ] test_runner = find_program('tests/run-test.sh') |