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/tegra/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/tegra/Makefile.am (limited to 'tests/tegra/Makefile.am') diff --git a/tests/tegra/Makefile.am b/tests/tegra/Makefile.am new file mode 100644 index 00000000..ca63d92f --- /dev/null +++ b/tests/tegra/Makefile.am @@ -0,0 +1,13 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir)/tegra \ + -I$(top_srcdir) + +AM_CFLAGS = -Wall -Werror + +LDADD = \ + ../../tegra/libdrm_tegra.la \ + ../../libdrm.la + +noinst_PROGRAMS = \ + openclose -- cgit v1.2.3