mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: fix sub-test enumeration
Ensure sub-tests can be listed correctly by doing any test setup within an igt_fixture block. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
ec3b1332f8
commit
a2bf80fd84
@@ -380,9 +380,9 @@ int main(int argc, char **argv)
|
||||
|
||||
gem_set_caching(fd, src, 0);
|
||||
gem_set_caching(fd, dst, 0);
|
||||
}
|
||||
|
||||
devid = intel_get_drm_devid(fd);
|
||||
devid = intel_get_drm_devid(fd);
|
||||
}
|
||||
|
||||
igt_subtest("uncached-copy-correctness")
|
||||
test_copy(fd, src, dst, tmp, object_size);
|
||||
|
||||
Reference in New Issue
Block a user