summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-08-12 02:23:14 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-08-16 01:00:27 +0300
commit5493e9c64964f8273453d539b89c742f36d5f279 (patch)
tree95b4b967ae6c770ec9382a853344b1ec0eb27898 /README
Initial import
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..69a3bc5
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+du-tests
+--------
+
+Test suite for the Renesas R-Car DU display unit.
+
+You can find the latest version of du-tests in the project's git tree at
+
+ git://git.ideasonboard.com/renesas/du-tests.git
+ http://git.ideasonboard.com/renesas/du-tests.git
+
+
+-----------------------
+Building and Installing
+-----------------------
+
+The du-tests suite is written in Python and doesn't have any build time
+dependency. To install it, run
+
+ make install INSTALL_DIR=/path/to/target/directory
+
+This will copy the test scripts to the target directory to be copied or
+exported to the host.
+
+
+--------------------
+Runtime Dependencies
+--------------------
+
+The tests scripts require the following dependencies to be installed on the
+target.
+
+* Python 3
+* kmsxx Python bindings (https://github.com/tomba/kmsxx.git)
+
+kmsxx hasn't released any stable version yet, it is recommended to use the
+latest master branch from the git repository.
+
+
+-----------------
+Running the Tests
+-----------------
+
+The test scripts are named kms-test-*.py. They can be run directly from the
+test suite root directory.
+