mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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:
@@ -90,8 +90,7 @@ create_bo_and_fill(int fd)
|
||||
uint32_t *bo_handles;
|
||||
int *idx_arr;
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
igt_simple_main
|
||||
{
|
||||
int fd;
|
||||
uint32_t *data;
|
||||
@@ -136,6 +135,4 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
close(fd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user