drm/tests/Makefile.am

54 lines
651 B
Makefile
Raw Normal View History

SUBDIRS = util kms modeprint proptest modetest vbltest
2010-01-08 08:34:44 -07:00
if HAVE_LIBKMS
SUBDIRS += kmstest
2010-01-08 08:34:44 -07:00
endif
if HAVE_RADEON
SUBDIRS += radeon
endif
if HAVE_AMDGPU
if HAVE_CUNIT
SUBDIRS += amdgpu
endif
endif
if HAVE_EXYNOS
SUBDIRS += exynos
endif
if HAVE_TEGRA
SUBDIRS += tegra
endif
if HAVE_ETNAVIV
SUBDIRS += etnaviv
endif
if HAVE_NOUVEAU
SUBDIRS += nouveau
endif
AM_CFLAGS = \
$(WARN_CFLAGS)\
-fvisibility=hidden \
-I $(top_srcdir)/include/drm \
-I $(top_srcdir)
LDADD = $(top_builddir)/libdrm.la
TESTS = \
drmsl \
hash \
random
check_PROGRAMS = \
$(TESTS)
if HAVE_INSTALL_TESTS
bin_PROGRAMS = drmdevice
else
check_PROGRAMS += drmdevice
endif