mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +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:
@@ -114,6 +114,8 @@ int main(int argc, char **argv)
|
||||
int opt_dump_png = false;
|
||||
int opt_dump_aub = drmtest_dump_aub();
|
||||
|
||||
igt_simple_init();
|
||||
|
||||
while ((opt = getopt(argc, argv, "d")) != -1) {
|
||||
switch (opt) {
|
||||
case 'd':
|
||||
|
||||
Reference in New Issue
Block a user