OSDN Git Service

libdrm: annotate public functions
[android-x86/external-libdrm.git] / tests / Makefile.am
1 SUBDIRS = util kms modeprint proptest modetest vbltest
2
3 if HAVE_LIBKMS
4 SUBDIRS += kmstest
5 endif
6
7 if HAVE_RADEON
8 SUBDIRS += radeon
9 endif
10
11 if HAVE_AMDGPU
12 if HAVE_CUNIT
13 SUBDIRS += amdgpu
14 endif
15 endif
16
17 if HAVE_EXYNOS
18 SUBDIRS += exynos
19 endif
20
21 if HAVE_TEGRA
22 SUBDIRS += tegra
23 endif
24
25 if HAVE_ETNAVIV
26 SUBDIRS += etnaviv
27 endif
28
29 if HAVE_NOUVEAU
30 SUBDIRS += nouveau
31 endif
32
33 AM_CFLAGS = \
34         $(WARN_CFLAGS)\
35         -I $(top_srcdir)/include/drm \
36         -I $(top_srcdir)
37
38 LDADD = $(top_builddir)/libdrm.la
39
40 TESTS = \
41         drmsl \
42         hash \
43         random
44
45 check_PROGRAMS = \
46         $(TESTS)
47
48 if HAVE_INSTALL_TESTS
49 bin_PROGRAMS = drmdevice
50 else
51 check_PROGRAMS += drmdevice
52 endif