tests/amdgpu: needs atomic_ops
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Alex Deucher alexander.deucher@amd.com Reviewed-by: Emil Velikov <emil.velikov@collabora.com>main
parent
cf1afec017
commit
9001c93b7f
|
@ -26,7 +26,7 @@ if dep_cunit.found()
|
||||||
'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_tests.c',
|
'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_tests.c',
|
||||||
'vm_tests.c', 'ras_tests.c', 'syncobj_tests.c',
|
'vm_tests.c', 'ras_tests.c', 'syncobj_tests.c',
|
||||||
),
|
),
|
||||||
dependencies : [dep_cunit, dep_threads],
|
dependencies : [dep_cunit, dep_threads, dep_atomic_ops],
|
||||||
include_directories : [inc_root, inc_drm, include_directories('../../amdgpu')],
|
include_directories : [inc_root, inc_drm, include_directories('../../amdgpu')],
|
||||||
link_with : [libdrm, libdrm_amdgpu],
|
link_with : [libdrm, libdrm_amdgpu],
|
||||||
install : with_install_tests,
|
install : with_install_tests,
|
||||||
|
|
Loading…
Reference in New Issue