Re: [Intel-gfx] [PATCH i-g-t] tests: fix sub-test enumeration

2014-02-12 Thread Daniel Vetter
On Wed, Feb 12, 2014 at 03:54:27PM +, Thomas Wood wrote: > Ensure sub-tests can be listed correctly by doing any test setup within > an igt_fixture block. > > Signed-off-by: Thomas Wood Oops, I've missed some. Patch merged, thanks. -Daniel -- Daniel Vetter Software Engineer, Intel Corporati

[Intel-gfx] [PATCH i-g-t] tests: fix sub-test enumeration

2014-02-12 Thread Thomas Wood
Ensure sub-tests can be listed correctly by doing any test setup within an igt_fixture block. Signed-off-by: Thomas Wood --- tests/gem_evict_alignment.c | 7 --- tests/gem_pwrite_pread.c| 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/gem_evict_alignment.c b