diff options
author | Eric Anholt <eric@anholt.net> | 2012-01-04 11:52:32 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-01-27 13:21:19 -0800 |
commit | b5cb7f88de249c6871b0e1d1e4005a7b1f54f088 (patch) | |
tree | 9b26fe1081fa9208bfd35389abdeeb5a15b13824 /intel/Makefile.am | |
parent | 66518ab5653cfdc840cd69e7b653ec05df060584 (diff) |
intel: Add a regression test for 2D decode, which I'm about to refactor.
Diffstat (limited to 'intel/Makefile.am')
-rw-r--r-- | intel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intel/Makefile.am b/intel/Makefile.am index 581c8c0d..7225a78d 100644 --- a/intel/Makefile.am +++ b/intel/Makefile.am @@ -62,6 +62,7 @@ BATCHES = \ tests/gm45-3d.batch \ tests/gen5-3d.batch \ tests/gen6-3d.batch \ + tests/gen7-2d-copy.batch \ tests/gen7-3d.batch TESTS = \ |