mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
test/amdgpu: enable security suite tests
This patch enables security suite tests. Acked-by: Huang Rui <ray.huang@amd.com> Acked-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Aaron Liu <aaron.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
eb1a17039f
commit
24b9c9ca47
1 changed files with 4 additions and 0 deletions
|
|
@ -194,6 +194,10 @@ static Suites_Active_Status suites_active_stat[] = {
|
|||
.pName = SYNCOBJ_TIMELINE_TESTS_STR,
|
||||
.pActive = suite_syncobj_timeline_tests_enable,
|
||||
},
|
||||
{
|
||||
.pName = SECURITY_TESTS_STR,
|
||||
.pActive = suite_security_tests_enable,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue