OSDN Git Service

tests/amdgpu: needs atomic_ops
authorPeter Seiderer <ps.report@gmx.net>
Sat, 7 Mar 2020 11:23:09 +0000 (12:23 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 23 Apr 2020 03:54:36 +0000 (23:54 -0400)
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>
tests/amdgpu/meson.build

index 1726cb4..4dfa5c8 100644 (file)
@@ -26,7 +26,7 @@ if dep_cunit.found()
       'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_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')],
     link_with : [libdrm, libdrm_amdgpu],
     install : with_install_tests,