summaryrefslogtreecommitdiff
path: root/tests/amdgpu/amdgpu_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/amdgpu/amdgpu_test.c')
-rw-r--r--tests/amdgpu/amdgpu_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c
index c8432fa9..ed27e246 100644
--- a/tests/amdgpu/amdgpu_test.c
+++ b/tests/amdgpu/amdgpu_test.c
@@ -59,6 +59,8 @@ static CU_SuiteInfo suites[] = {
suite_bo_tests_clean, bo_tests },
{ "CS Tests", suite_cs_tests_init,
suite_cs_tests_clean, cs_tests },
+ { "VCE Tests", suite_vce_tests_init,
+ suite_vce_tests_clean, vce_tests },
CU_SUITE_INFO_NULL,
};