Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | tests: also install tests app |
| 2 | |
| 3 | Upstream-Status: Inappropriate [configuration] |
| 4 | |
| 5 | Signed-off-by: Yu Ke <ke.yu@intel.com> |
| 6 | |
| 7 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
| 8 | index 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 |