Hi,This patch disables installation of test programs. They are only useful to get run locally.
Regards, Gwenole.
From 7e58c9d43a7935b753d1a431db6b78eac56fe1cb Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne <[email protected]> Date: Thu, 3 Jun 2010 09:23:45 +0200 Subject: [PATCH] Don't install test programs. --- test/basic/Makefile.am | 2 +- test/decode/Makefile.am | 2 +- test/encode/Makefile.am | 2 +- test/putsurface/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/basic/Makefile.am b/test/basic/Makefile.am index a2519a2..8022a36 100644 --- a/test/basic/Makefile.am +++ b/test/basic/Makefile.am @@ -20,7 +20,7 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ +check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ test_07 test_08 test_09 test_10 test_11 AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 diff --git a/test/decode/Makefile.am b/test/decode/Makefile.am index ea30643..23a086f 100644 --- a/test/decode/Makefile.am +++ b/test/decode/Makefile.am @@ -20,7 +20,7 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -bin_PROGRAMS = mpeg2vldemo +check_PROGRAMS = mpeg2vldemo AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 diff --git a/test/encode/Makefile.am b/test/encode/Makefile.am index 80c882a..98b2bc4 100644 --- a/test/encode/Makefile.am +++ b/test/encode/Makefile.am @@ -20,7 +20,7 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -bin_PROGRAMS = h264encode +check_PROGRAMS = h264encode AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am index fe18388..d06006c 100644 --- a/test/putsurface/Makefile.am +++ b/test/putsurface/Makefile.am @@ -20,7 +20,7 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -bin_PROGRAMS = putsurface +check_PROGRAMS = putsurface AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 -- 1.5.4.3
_______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
