mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-13 17:33:09 +00:00
tests/prime_nv_test: add missing call for test8
This commit is contained in:
@@ -566,6 +566,10 @@ int main(int argc, char **argv)
|
||||
if (ret)
|
||||
fprintf(stderr,"prime_test: failed test 7\n");
|
||||
|
||||
ret = test8();
|
||||
if (ret)
|
||||
fprintf(stderr,"prime_test: failed test 8\n");
|
||||
|
||||
intel_batchbuffer_free(intel_batch);
|
||||
|
||||
nouveau_device_del(&ndev);
|
||||
|
||||
Reference in New Issue
Block a user