From dda85fb108469e3d3c8ce19751f928c70e9fba4c Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 10 Dec 2013 10:18:32 +0100 Subject: tests: roll out igt_simple_init/igt_simple_main Also use igt_skip a bit more to simplify some of the tests. Signed-off-by: Daniel Vetter --- tests/gem_gtt_speed.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gem_gtt_speed.c') diff --git a/tests/gem_gtt_speed.c b/tests/gem_gtt_speed.c index 459bdab5..2f70276f 100644 --- a/tests/gem_gtt_speed.c +++ b/tests/gem_gtt_speed.c @@ -59,6 +59,8 @@ int main(int argc, char **argv) int loop, i, tiling; int fd; + igt_simple_init(); + igt_skip_on_simulation(); if (argc > 1) -- cgit v1.2.3