From 93035cfbebf1344a041b70fbf9f3b89f6542805f Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Wed, 19 Feb 2014 14:48:31 +0100 Subject: tegra: Add simple test for drm_tegra_open() This test opens a device, dumps the version information and checks that a Tegra DRM context can be opened on it. Signed-off-by: Thierry Reding --- 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 889d2651..e7ec4fa5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,6 +24,10 @@ if HAVE_EXYNOS SUBDIRS += exynos endif +if HAVE_TEGRA +SUBDIRS += tegra +endif + if HAVE_LIBUDEV check_LTLIBRARIES = libdrmtest.la -- cgit v1.2.3