summaryrefslogtreecommitdiff
path: root/tests/exynos
diff options
context:
space:
mode:
authorDaniel Kurtz <djkurtz@chromium.org>2014-04-17 11:54:35 +0800
committerRob Clark <robclark@freedesktop.org>2014-05-12 23:09:11 -0400
commit71bbf86f58b5b1fccc045dced8612572c01a93eb (patch)
tree4510b5a42d550890f339b67c9afa39e9f60519f6 /tests/exynos
parent5126fcb2b475ea155fc2b6fbf012dbd18df74307 (diff)
eyxnos: install exynos tests if HAVE_INSTALL_TESTS
This exynos test was added just before HAVE_INSTALL_TESTS, and so didn't get this annotation. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Acked-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'tests/exynos')
-rw-r--r--tests/exynos/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am
index bf9ad820..6703dcf4 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 \