diff options
author | Daniel Kurtz <djkurtz@chromium.org> | 2014-04-17 11:54:35 +0800 |
---|---|---|
committer | Rob Clark <robclark@freedesktop.org> | 2014-05-12 23:09:11 -0400 |
commit | 71bbf86f58b5b1fccc045dced8612572c01a93eb (patch) | |
tree | 4510b5a42d550890f339b67c9afa39e9f60519f6 /tests/exynos | |
parent | 5126fcb2b475ea155fc2b6fbf012dbd18df74307 (diff) | |
download | libdrm-71bbf86f58b5b1fccc045dced8612572c01a93eb.tar.gz libdrm-71bbf86f58b5b1fccc045dced8612572c01a93eb.tar.bz2 libdrm-71bbf86f58b5b1fccc045dced8612572c01a93eb.zip |
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.am | 5 |
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 \ |