2015-04-20 10:15:23 -06:00
|
|
|
AM_CFLAGS = \
|
2018-09-13 17:24:32 -06:00
|
|
|
-fvisibility=hidden \
|
2015-04-20 10:15:23 -06:00
|
|
|
-I $(top_srcdir)/include/drm \
|
|
|
|
-I $(top_srcdir)/amdgpu \
|
2017-10-02 12:07:48 -06:00
|
|
|
-I $(top_srcdir) \
|
|
|
|
-pthread
|
2015-04-20 10:15:23 -06:00
|
|
|
|
|
|
|
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 \
|
2017-06-12 02:15:21 -06:00
|
|
|
decode_messages.h \
|
2015-05-19 10:51:15 -06:00
|
|
|
vce_tests.c \
|
|
|
|
vce_ib.h \
|
2017-04-03 13:52:31 -06:00
|
|
|
frame.h \
|
2017-08-15 09:33:43 -06:00
|
|
|
uvd_enc_tests.c \
|
2017-08-30 12:00:18 -06:00
|
|
|
vcn_tests.c \
|
2017-10-02 12:07:48 -06:00
|
|
|
uve_ib.h \
|
2017-10-27 09:09:11 -06:00
|
|
|
deadlock_tests.c \
|
|
|
|
vm_tests.c
|