mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 14:45:46 +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:
@@ -77,7 +77,7 @@ create_and_map_bo(int fd)
|
||||
gem_madvise(fd, handle, I915_MADV_DONTNEED);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
igt_simple_main
|
||||
{
|
||||
int fd, i;
|
||||
|
||||
@@ -91,6 +91,4 @@ int main(int argc, char **argv)
|
||||
create_and_map_bo(fd);
|
||||
|
||||
close(fd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user