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 <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-12-10 10:18:32 +01:00
parent ce1a9f918e
commit dda85fb108
56 changed files with 89 additions and 169 deletions
+3 -1
View File
@@ -133,6 +133,8 @@ int main(int argc, char *argv[])
{
int i;
igt_simple_init();
fd = drm_open_any_render();
devid = intel_get_drm_devid(fd);
@@ -156,5 +158,5 @@ int main(int argc, char *argv[])
free(threads);
close(fd);
igt_success();
return 0;
}