From ca4971292cf99e0063416cd1c3467af94637bf2b Mon Sep 17 00:00:00 2001 From: Jerome Glisse Date: Thu, 10 Nov 2011 16:47:10 -0500 Subject: tests/radeon: radeon specific test Initial test only include ttm test for stressing ttm memory allocations. Signed-off-by: Jerome Glisse --- tests/radeon/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/radeon/Makefile.am (limited to 'tests/radeon/Makefile.am') diff --git a/tests/radeon/Makefile.am b/tests/radeon/Makefile.am new file mode 100644 index 00000000..021ca722 --- /dev/null +++ b/tests/radeon/Makefile.am @@ -0,0 +1,12 @@ +AM_CFLAGS = \ + -I $(top_srcdir)/include/drm \ + -I $(top_srcdir) + +LDADD = $(top_builddir)/libdrm.la + +noinst_PROGRAMS = \ + radeon_ttm + +radeon_ttm_SOURCES = \ + rbo.c \ + radeon_ttm.c -- cgit v1.2.3