kms_cursor_crc: Wrap cursor fb creating into igt_fixture
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 10:49:11 +0000 (13:49 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 13:18:19 +0000 (16:18 +0300)
commitf8e5a3fc7e92f67cea7c1832e786cbb344aefd5e
tree1bd1e2c065c72da47a60bfdfc17e29ad4dbd2941
parentf6e869732cfa054bfa218aa465b989c85a0ba489
kms_cursor_crc: Wrap cursor fb creating into igt_fixture

We don't want to attempt creating the cursor fb when enumerating
subtests. So wrap it into igt_fixture. Also destroy the cursor
fb after the tests.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
tests/kms_cursor_crc.c