mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-26 18:18:18 +02:00
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>
13 lines
207 B
Makefile
13 lines
207 B
Makefile
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
|