diff options
author | Leo Liu <leo.liu@amd.com> | 2017-04-03 15:52:31 -0400 |
---|---|---|
committer | Leo Liu <leo.liu@amd.com> | 2017-06-05 10:41:13 -0400 |
commit | c1f5eea50ff5d4c1a76bb16cbda5530a7bb8e8d1 (patch) | |
tree | e300f523edc35c4e533a35e232571db0d32ec0bf /tests/amdgpu/amdgpu_test.c | |
parent | 01096f2122234c48c959b5bcf451873de459bc47 (diff) | |
download | external_libdrm-c1f5eea50ff5d4c1a76bb16cbda5530a7bb8e8d1.tar.gz external_libdrm-c1f5eea50ff5d4c1a76bb16cbda5530a7bb8e8d1.tar.bz2 external_libdrm-c1f5eea50ff5d4c1a76bb16cbda5530a7bb8e8d1.zip |
tests/amdgpu: add vcn tests support and sets
Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'tests/amdgpu/amdgpu_test.c')
-rw-r--r-- | tests/amdgpu/amdgpu_test.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c index 3fd6820a..bc901a9e 100644 --- a/tests/amdgpu/amdgpu_test.c +++ b/tests/amdgpu/amdgpu_test.c @@ -85,6 +85,12 @@ static CU_SuiteInfo suites[] = { .pCleanupFunc = suite_vce_tests_clean, .pTests = vce_tests, }, + { + .pName = "VCN Tests", + .pInitFunc = suite_vcn_tests_init, + .pCleanupFunc = suite_vcn_tests_clean, + .pTests = vcn_tests, + }, CU_SUITE_INFO_NULL, }; |