From 00ab9a1313997f6292f064989b2c295d3fb2903b Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 18 Jul 2013 11:53:55 +0100 Subject: [PATCH] tests: Instrument gem_seqno_wrap to run in simulation Signed-off-by: Damien Lespiau --- tests/gem_seqno_wrap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c index f354a529..8d948589 100644 --- a/tests/gem_seqno_wrap.c +++ b/tests/gem_seqno_wrap.c @@ -577,7 +577,7 @@ static void parse_options(int argc, char **argv) }; strcpy(options.cmd, ""); - options.rounds = 50; + options.rounds = SLOW_QUICK(50, 2); options.background = 0; options.dontwrap = 0; options.timeout = 20; @@ -647,8 +647,6 @@ int main(int argc, char **argv) int wcount = 0; int r = -1; - drmtest_skip_on_simulation(); - parse_options(argc, argv); card_index = drm_get_card(0);