Lines Matching +full:intel +full:- +full:test
1 …es in Ready](https://badge.waffle.io/intel/libva-utils.png?label=ready&title=Ready)](https://waffl…
2 libva-utils
3 Collection of tests to exercise VA-API as provided
4 by the libva project. VA-API requires a driver implementation
7 Copyright (C) 2009-2016 Intel Corporation
11 -------
17 --------
19 libva-utils is a collection of tests to exercise VA-API in accordance
25 https://github.com/intel/libva-utils
28 ------
32 MPEG-2 D CTG+
33 VC-1 D SNB+
45 ------------
49 Google Test Framework Integration
50 ---------------------------------
52 Google Test recommends it be custom compiled for each project that uses it.
53 Therefore, the libva-utils project tracks a subset copy of the Google
54 Test Framework source code at release 1.8.0 (initially) in a test/gtest/
55 subdirectory of the project source tree. The libva-utils copy of gtest
59 should be minimal need to update or maintain gtest within the libva-utils
62 Building Google Test Framework Library
63 --------------------------------------
65 The Google Test Framework is compiled as a convenience library (libgtest.la)
66 within the libva-utils source tree. The rules to build libgtest.la are
67 maintained in a custom makefile in the libva-intel-driver project tree
68 (see test/Makefile.am). The libgtest.la library will be automatically compiled
73 ---------------------
75 The --enable-gtests=[yes|no] configuration option is defined in configure.ac to
76 enable or disable compilation of libgtest.la and the test_va_api test executable.
78 make command will compile the VA-API gtests and link to libgtest.la and output/install
79 a single test/test_va_api or ${prefix}/bin/test_va_api executable. Hence...
81 "./autogen.sh --enable-gtests && make"
87 tests on other related projects, e.g. libva-intel-driver.
91 libva-utils - ${LIBVA_UTILS_VERSION}
93 Libva VA-API version ............. : ${LIBVA_API_VERSION}
100 --------------------------------------
104 https://github.com/intel/libva-utils/blob/master/CONTRIBUTING.md