mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
lib: igt_simple_main/init for subtest-less tests
Atm only used to print the version information. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -932,6 +932,11 @@ void igt_subtest_init(int argc, char **argv)
|
||||
optind = 1;
|
||||
}
|
||||
|
||||
void igt_simple_init(void)
|
||||
{
|
||||
print_version();
|
||||
}
|
||||
|
||||
/*
|
||||
* Note: Testcases which use these helpers MUST NOT output anything to stdout
|
||||
* outside of places protected by igt_run_subtest checks - the piglit
|
||||
|
||||
Reference in New Issue
Block a user