diff options
author | Thierry Reding <treding@nvidia.com> | 2014-02-19 14:48:31 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-27 17:20:27 +0100 |
commit | 93035cfbebf1344a041b70fbf9f3b89f6542805f (patch) | |
tree | 1b5daee7de436e3569d494c6ab9adfdfcad2fd23 /tests/tegra/.gitignore | |
parent | d6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2 (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 'tests/tegra/.gitignore')
-rw-r--r-- | tests/tegra/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tegra/.gitignore b/tests/tegra/.gitignore new file mode 100644 index 00000000..5c5216c5 --- /dev/null +++ b/tests/tegra/.gitignore @@ -0,0 +1 @@ +openclose |