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/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index bf1987f1..a3a59bd5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,6 +16,10 @@ if HAVE_LIBKMS SUBDIRS += kmstest modetest endif +if HAVE_RADEON +SUBDIRS += radeon +endif + if HAVE_LIBUDEV check_LTLIBRARIES = libdrmtest.la -- cgit v1.2.3