[PATCH 1/8] eyxnos: install exynos tests if HAVE_INSTALL_TESTS

Daniel Kurtz djkurtz at chromium.org
Tue Mar 4 21:01:37 PST 2014


This exynos test was added just before HAVE_INSTALL_TESTS, and so didn't
get this annotation.

Signed-off-by: Daniel Kurtz <djkurtz at chromium.org>
---
 tests/exynos/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am
index bf9ad82..6703dcf 100644
--- a/tests/exynos/Makefile.am
+++ b/tests/exynos/Makefile.am
@@ -4,8 +4,13 @@ AM_CFLAGS = \
 	-I $(top_srcdir)/exynos \
 	-I $(top_srcdir)
 
+if HAVE_INSTALL_TESTS
+bin_PROGRAMS = \
+	exynos_fimg2d_test
+else
 noinst_PROGRAMS = \
 	exynos_fimg2d_test
+endif
 
 exynos_fimg2d_test_LDADD = \
 	$(top_builddir)/libdrm.la \
-- 
1.9.0.rc1.175.g0b1dcb5



More information about the dri-devel mailing list