Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbingham/kms-tests
Fork of Laurent Pinchart's KMS Tests
https://github.com/kbingham/kms-tests
Last synced: 14 days ago
JSON representation
Fork of Laurent Pinchart's KMS Tests
- Host: GitHub
- URL: https://github.com/kbingham/kms-tests
- Owner: kbingham
- Created: 2017-09-15T13:18:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T01:17:16.000Z (about 7 years ago)
- Last Synced: 2024-11-07T16:11:55.175Z (2 months ago)
- Language: Python
- Homepage: http://git.ideasonboard.com/renesas/du-tests.git
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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, runmake 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.