summaryrefslogtreecommitdiff
path: root/tests/amdgpu/meson.build
diff options
context:
space:
mode:
authorLu Jiacheng <jiacheng.lu@amd.com>2022-03-09 15:05:04 +0000
committerAlex Deucher <alexdeucher@gmail.com>2022-03-09 15:05:04 +0000
commit7c28f528309d15163678ac1a49e161e3b1692b50 (patch)
tree73b710795f7a5a47c1828c914c4b65aa16ba1056 /tests/amdgpu/meson.build
parent2e91f124a3414b43d8c24bdddfc23acbbc1403ee (diff)
downloaddrm-7c28f528309d15163678ac1a49e161e3b1692b50.tar.gz
tests/amdgpu: Add test suite CP DMA
Diffstat (limited to 'tests/amdgpu/meson.build')
-rw-r--r--tests/amdgpu/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/meson.build b/tests/amdgpu/meson.build
index e027bccc..53f2010b 100644
--- a/tests/amdgpu/meson.build
+++ b/tests/amdgpu/meson.build
@@ -25,7 +25,7 @@ if dep_cunit.found()
'amdgpu_test.c', 'basic_tests.c', 'bo_tests.c', 'cs_tests.c',
'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_tests.c',
'vm_tests.c', 'ras_tests.c', 'syncobj_tests.c', 'security_tests.c',
- 'hotunplug_tests.c', 'jpeg_tests.c'
+ 'hotunplug_tests.c', 'jpeg_tests.c', 'cp_dma_tests.c'
),
dependencies : [dep_cunit, dep_threads, dep_atomic_ops],
include_directories : [inc_root, inc_drm, include_directories('../../amdgpu')],