From fef6a90d2b2f21d885b2ec2d348bfcdb7751c118 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 14 Jun 2016 05:25:33 +0300 Subject: vsp-lib: Use gen-image to generate frames at runtime Replace the build time reference frames generation system by runtime generation of the frames. This saves a lot of disk space and allows tests to easily use new reference frames. Signed-off-by: Laurent Pinchart --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index f551b4d..fb6abb9 100644 --- a/README +++ b/README @@ -14,10 +14,10 @@ Building -------- The vsp-tests suite requires the following tools to be installed on the host -to generate the test script and test data. +to generate the test scripts and applications +* gcc * make -* python After installing the needed packages, you can build the test suite by running @@ -27,9 +27,8 @@ in the vsp-tests root directory. Then, to install the test suite, run make install INSTALL_DIR=/path/to/target/directory -This will copy the test scripts and data to the target directory to be copied -or exported to the host. As test data take more than 200MB of disk space usage -of nfsroot is recommended to run the tests. +This will copy the test scripts and applications to the target directory to be +copied or exported to the host. -------------------- -- cgit v1.2.3