tests: allow tests programs to be installed
authorBenjamin Gaignard <benjamin.gaignard@stericsson.com>
Wed, 30 Jan 2013 13:34:00 +0000 (14:34 +0100)
committerRob Clark <robdclark@gmail.com>
Mon, 25 Mar 2013 14:34:16 +0000 (10:34 -0400)
commit62d8866021f04bc8afc8e63d366c71d11c817bc9
tree45d81ab12c103f9b79e81a5283c44073bd2954f5
parent36a2daad2416ad55a859c483b0d7ed93a5eff6e0
tests: allow tests programs to be installed

Install test programs is useful in cross compilation case.  By default
the behavior is the same and test programs aren't installed in $bindir.
If --enable-install-test-programs is set then test programs are
installed in $bindir.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
configure.ac
tests/kmstest/Makefile.am
tests/modeprint/Makefile.am
tests/modetest/Makefile.am
tests/vbltest/Makefile.am