4 Test suite for the Renesas R-Car VSP1 and VSP2 video processing engines.
6 You can find the latest version of vsp-tests in the project's git tree at
8 git://git.ideasonboard.com/renesas/vsp-tests.git
9 http://git.ideasonboard.com/renesas/vsp-tests.git
16 The vsp-tests suite requires the following tools to be installed on the host
17 to generate the test scripts, applications and data.
23 After installing the needed packages, you can build the test suite by running
27 in the vsp-tests root directory. Then, to install the test suite, run
29 make install INSTALL_DIR=/path/to/target/directory
31 This will copy the test scripts and applications to the target directory to be
32 copied or exported to the host.
39 The tests scripts require the following tools to be installed on the target
40 system in a directory included in $PATH.
42 * compare (part of ImageMagick)
43 * media-ctl (part of v4l-utils, available at git://linuxtv.org/v4l-utils.git)
44 * raw2rgbpnm (available at git://git.retiisi.org.uk/~sailus/raw2rgbpnm.git)
45 * yavta (available at git://git.ideasonboard.org/yavta.git)
47 All but the HGO test can be run with the latest version of these tools. To
48 test the HGO, the 'metadata' branch of 'yavta' is currently needed.
55 The test scripts are named vsp-unit-test-[0-9]*.sh. They can be run directly
56 from the test suite root directory.