[RFC libdrm 3/6] tegra: Add simple test for drm_tegra_open() (original) (raw)

Erik Faye-Lund kusmabite at gmail.com
Wed Feb 19 12:50:01 PST 2014


On Wed, Feb 19, 2014 at 9:19 PM, Erik Faye-Lund <kusmabite at gmail.com> wrote:

On Wed, Feb 19, 2014 at 5:04 PM, Thierry Reding <thierry.reding at gmail.com> wrote:

diff --git a/tests/tegra/Makefile.am b/tests/tegra/Makefile.am new file mode 100644 index 000000000000..7039f09d38aa --- /dev/null +++ b/tests/tegra/Makefile.am @@ -0,0 +1,20 @@ _+AMCPPFLAGS = _ _+ -I$(topsrcdir)/include/drm _ + -I$(topsrcdir)/tegra + +AMCFLAGS = -Wall -Werror + _+LDADD = _ + ../../tegra/libdrmtegra.la You also need to add ../../libdrm.la here.

But even so, "make check" fails without any explanation.

However, gr2d-fill also fails. But with an error: "failed to open DRM device (null): Bad address". Judging from the source-code, it seems they expect arguments that "make check" doesn't provide.



More information about the dri-devel mailing list