mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 20:08:29 +02:00
Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
29 lines
481 B
Makefile
29 lines
481 B
Makefile
AM_CFLAGS = \
|
|
-I $(top_srcdir)/include/drm \
|
|
-I $(top_srcdir)/amdgpu \
|
|
-I $(top_srcdir)
|
|
|
|
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 \
|
|
uvd_messages.h \
|
|
vce_tests.c \
|
|
vce_ib.h \
|
|
frame.h
|