1AM_CFLAGS = \ 2 -I $(top_srcdir)/include/drm \ 3 -I $(top_srcdir)/amdgpu \ 4 -I $(top_srcdir) 5 6LDADD = $(top_builddir)/libdrm.la \ 7 $(top_builddir)/amdgpu/libdrm_amdgpu.la \ 8 $(CUNIT_LIBS) 9 10if HAVE_INSTALL_TESTS 11bin_PROGRAMS = \ 12 amdgpu_test 13else 14noinst_PROGRAMS = \ 15 amdgpu_test 16endif 17 18amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS) 19 20amdgpu_test_SOURCES = \ 21 amdgpu_test.c \ 22 amdgpu_test.h \ 23 basic_tests.c \ 24 bo_tests.c \ 25 cs_tests.c \ 26 uvd_messages.h \ 27 vce_tests.c \ 28 vce_ib.h \ 29 frame.h 30