summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-04-22 14:46:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-04-22 18:22:22 +0100
commitffb554e17cacfd21750f4e21fb6be218f48e4d70 (patch)
tree59e8f2d2c60d1c652457aa9eb6584ba2bb46c23c /tests/Makefile.sources
parent36b92e809f378e18af980ffa5b29361bd28098cb (diff)
igt: Add basic amd_cs_nop
A bare bones test to execute nothing; a starting point to learn the interface and to reveal the first limitations of amdgpu. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 6d5be416..1b5bfb51 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -13,6 +13,7 @@ VC4_TESTS_M = \
AMDGPU_TESTS_M = \
amdgpu/amd_basic \
+ amdgpu/amd_cs_nop \
$(NULL)
TESTS_progs_M = \