IGT_QUICK=1 is now triggering the quick version of the tests. Signed-off-by: Damien Lespiau <damien.lespiau@xxxxxxxxx> --- lib/drmtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/drmtest.h b/lib/drmtest.h index c93fe6b..3a07329 100644 --- a/lib/drmtest.h +++ b/lib/drmtest.h @@ -303,7 +303,7 @@ static inline void gem_require_ring(int fd, int ring_id) /* helpers to automatically reduce test runtime */ bool igt_run_in_simulation(void); bool igt_run_quick(void); -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) +#define SLOW_QUICK(slow,quick) (igt_run_quick() ? (quick) : (slow)) /** * igt_skip_on_simulation - skip tests when INTEL_SIMULATION env war is set * -- 1.8.3.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx