OSDN Git Service

tests/amdgpu: add uvd encode unit tests
[android-x86/external-libdrm.git] / tests / amdgpu / Makefile.am
1 AM_CFLAGS = \
2         -I $(top_srcdir)/include/drm \
3         -I $(top_srcdir)/amdgpu \
4         -I $(top_srcdir)
5
6 LDADD = $(top_builddir)/libdrm.la \
7         $(top_builddir)/amdgpu/libdrm_amdgpu.la \
8         $(CUNIT_LIBS)
9
10 if HAVE_INSTALL_TESTS
11 bin_PROGRAMS = \
12         amdgpu_test
13 else
14 noinst_PROGRAMS = \
15         amdgpu_test
16 endif
17
18 amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS)
19
20 amdgpu_test_SOURCES = \
21         amdgpu_test.c \
22         amdgpu_test.h \
23         basic_tests.c \
24         bo_tests.c \
25         cs_tests.c \
26         decode_messages.h \
27         vce_tests.c \
28         vce_ib.h \
29         frame.h \
30         uvd_enc_tests.c \
31         vcn_tests.c