OSDN Git Service

339bb0a9a455737456464c1cc8527b73052fcd44
[android-x86/external-libdrm.git] / tests / amdgpu / Makefile.am
1 AM_CFLAGS = \
2         -fvisibility=hidden \
3         -I $(top_srcdir)/include/drm \
4         -I $(top_srcdir)/amdgpu \
5         -I $(top_srcdir) \
6         -pthread
7
8 LDADD = $(top_builddir)/libdrm.la \
9         $(top_builddir)/amdgpu/libdrm_amdgpu.la \
10         $(CUNIT_LIBS) \
11         $(JSONC_LIBS)
12
13 if HAVE_INSTALL_TESTS
14 bin_PROGRAMS = \
15         amdgpu_test
16 else
17 noinst_PROGRAMS = \
18         amdgpu_test
19 endif
20
21 amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS) $(JSONC_CFLAGS)
22
23 amdgpu_test_SOURCES = \
24         amdgpu_test.c \
25         amdgpu_test.h \
26         basic_tests.c \
27         bo_tests.c \
28         cs_tests.c \
29         decode_messages.h \
30         vce_tests.c \
31         vce_ib.h \
32         frame.h \
33         uvd_enc_tests.c \
34         vcn_tests.c \
35         uve_ib.h \
36         deadlock_tests.c \
37         vm_tests.c      \
38         ras_tests.c \
39         syncobj_tests.c