summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-04-22 13:45:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-04-22 18:22:22 +0100
commit36b92e809f378e18af980ffa5b29361bd28098cb (patch)
treef5522791e7d66ada6d091f5f1ba1a37467e82127 /tests/Makefile.sources
parent009a35e878c66e38d3f4b980f6cdb995d2662533 (diff)
igt: Import basic amdgpu tests from libdrm
Simple copy and replace of the CUnit tests inside libdrm to form a basis for further prime integration testing. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 7db50112..6d5be416 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -11,6 +11,10 @@ VC4_TESTS_M = \
vc4_wait_seqno \
$(NULL)
+AMDGPU_TESTS_M = \
+ amdgpu/amd_basic \
+ $(NULL)
+
TESTS_progs_M = \
core_get_client_auth \
drm_mm \