aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/amdgpu/Makefile.am')
-rw-r--r--tests/amdgpu/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am
index c1c3a32e..e79c1bd3 100644
--- a/tests/amdgpu/Makefile.am
+++ b/tests/amdgpu/Makefile.am
@@ -1,7 +1,8 @@
1AM_CFLAGS = \ 1AM_CFLAGS = \
2 -I $(top_srcdir)/include/drm \ 2 -I $(top_srcdir)/include/drm \
3 -I $(top_srcdir)/amdgpu \ 3 -I $(top_srcdir)/amdgpu \
4 -I $(top_srcdir) 4 -I $(top_srcdir) \
5 -pthread
5 6
6LDADD = $(top_builddir)/libdrm.la \ 7LDADD = $(top_builddir)/libdrm.la \
7 $(top_builddir)/amdgpu/libdrm_amdgpu.la \ 8 $(top_builddir)/amdgpu/libdrm_amdgpu.la \
@@ -23,7 +24,12 @@ amdgpu_test_SOURCES = \
23 basic_tests.c \ 24 basic_tests.c \
24 bo_tests.c \ 25 bo_tests.c \
25 cs_tests.c \ 26 cs_tests.c \
26 uvd_messages.h \ 27 decode_messages.h \
27 vce_tests.c \ 28 vce_tests.c \
28 vce_ib.h \ 29 vce_ib.h \
29 frame.h 30 frame.h \
31 uvd_enc_tests.c \
32 vcn_tests.c \
33 uve_ib.h \
34 deadlock_tests.c \
35 vm_tests.c