summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-02-19 14:48:31 +0100
committerThierry Reding <treding@nvidia.com>2014-11-27 17:20:27 +0100
commit93035cfbebf1344a041b70fbf9f3b89f6542805f (patch)
tree1b5daee7de436e3569d494c6ab9adfdfcad2fd23 /configure.ac
parentd6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2 (diff)
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 <treding@nvidia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 253f48b0..c88a1c51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,6 +423,7 @@ AC_CONFIG_FILES([
tests/radeon/Makefile
tests/vbltest/Makefile
tests/exynos/Makefile
+ tests/tegra/Makefile
man/Makefile
libdrm.pc])
AC_OUTPUT