aboutsummaryrefslogtreecommitdiffstats
blob: 8700c4d4ee989e929dab58d80444ccf64e9fb051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
AM_CFLAGS = \
	-I $(top_srcdir)/include/drm \
	-I $(top_srcdir)/amdgpu \
	-I $(top_srcdir) \
	-pthread

LDADD = $(top_builddir)/libdrm.la \
	$(top_builddir)/amdgpu/libdrm_amdgpu.la \
	$(CUNIT_LIBS)

if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
	amdgpu_test
else
noinst_PROGRAMS = \
	amdgpu_test
endif

amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS)

amdgpu_test_SOURCES = \
	amdgpu_test.c \
	amdgpu_test.h \
	basic_tests.c \
	bo_tests.c \
	cs_tests.c \
	decode_messages.h \
	vce_tests.c \
	vce_ib.h \
	frame.h \
	uvd_enc_tests.c \
	vcn_tests.c \
	uve_ib.h \
	deadlock_tests.c