blob: 1175daef960612190789a840b13aaee2c886e272 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001tests: also install tests app
2
3Upstream-Status: Inappropriate [configuration]
4
5Signed-off-by: Yu Ke <ke.yu@intel.com>
6
7diff --git a/tests/Makefile.am b/tests/Makefile.am
8index bf1987f..d909e19 100644
9--- a/tests/Makefile.am
10+++ b/tests/Makefile.am
11@@ -27,10 +27,11 @@ AM_CPPFLAGS = \
12
13 LDADD = $(top_builddir)/libdrm.la
14
15-check_PROGRAMS = \
16+bin_PROGRAMS = \
17 dristat \
18 drmstat
19
20+check_PROGRAMS =
21 if HAVE_NOUVEAU
22 SUBDIRS += nouveau
23 endif