OSDN Git Service

tests: remove useless legacy tests
[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 AM_CFLAGS = \
30         $(WARN_CFLAGS)\
31         -I $(top_srcdir)/include/drm \
32         -I $(top_srcdir)
33
34 LDADD = $(top_builddir)/libdrm.la
35
36 check_PROGRAMS = \
37         drmdevice
38
39 if HAVE_NOUVEAU
40 SUBDIRS += nouveau
41 endif
42
43 TESTS = \
44         drmsl \
45         hash \
46         random
47
48 check_PROGRAMS += $(TESTS)