mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/gem_flink: enable flink lifetime subtest
Somehow fumbled this. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
acdf717126
commit
573d59dd14
@ -167,7 +167,7 @@ int main(int argc, char **argv)
|
|||||||
if (drmtest_run_subtest("bad-open"))
|
if (drmtest_run_subtest("bad-open"))
|
||||||
test_bad_open(fd);
|
test_bad_open(fd);
|
||||||
if (drmtest_run_subtest("flink-lifetime"))
|
if (drmtest_run_subtest("flink-lifetime"))
|
||||||
test_bad_open(fd);
|
test_flink_lifetime(fd);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user