aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding2014-02-19 07:48:31 -0600
committerThierry Reding2014-11-27 10:20:27 -0600
commit93035cfbebf1344a041b70fbf9f3b89f6542805f (patch)
tree1b5daee7de436e3569d494c6ab9adfdfcad2fd23 /configure.ac
parentd6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2 (diff)
downloadexternal-libdrm-93035cfbebf1344a041b70fbf9f3b89f6542805f.tar.gz
external-libdrm-93035cfbebf1344a041b70fbf9f3b89f6542805f.tar.xz
external-libdrm-93035cfbebf1344a041b70fbf9f3b89f6542805f.zip
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([
423 tests/radeon/Makefile 423 tests/radeon/Makefile
424 tests/vbltest/Makefile 424 tests/vbltest/Makefile
425 tests/exynos/Makefile 425 tests/exynos/Makefile
426 tests/tegra/Makefile
426 man/Makefile 427 man/Makefile
427 libdrm.pc]) 428 libdrm.pc])
428AC_OUTPUT 429AC_OUTPUT