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

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


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 @@
> +AM_CPPFLAGS = \
> +       -I$(top_srcdir)/include/drm \
> +       -I$(top_srcdir)/tegra
> +
> +AM_CFLAGS = -Wall -Werror
> +
> +LDADD = \
> +       ../../tegra/libdrm_tegra.la

You also need to add ../../libdrm.la here.


More information about the dri-devel mailing list