[PATCH 1/7] eyxnos: install exynos tests if HAVE_INSTALL_TESTS
Daniel Kurtz
djkurtz at chromium.org
Wed Apr 16 20:54:35 PDT 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>
Acked-by: Inki Dae <inki.dae at samsung.com>
---
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.1.423.g4596e3a
More information about the dri-devel
mailing list