diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2013-03-26 11:11:41 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-03-26 11:55:31 +0100 |
commit | 9b0c7f23a261d9bfa857a7e0efd2c5f97d404485 (patch) | |
tree | fd87f671549e622c8083a769da06679773ff93f6 /tests/vbltest | |
parent | 62d8866021f04bc8afc8e63d366c71d11c817bc9 (diff) |
tests: allow tests programs to be installed (cumulative patch)
fix error in previous patch
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.com>
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'tests/vbltest')
-rw-r--r-- | tests/vbltest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vbltest/Makefile.am b/tests/vbltest/Makefile.am index f99b6a23..34a35e7d 100644 --- a/tests/vbltest/Makefile.am +++ b/tests/vbltest/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/include/drm \ -I$(top_srcdir) if HAVE_INSTALL_TESTS -noinst_PROGRAMS = \ +bin_PROGRAMS = \ vbltest else noinst_PROGRAMS = \ |