|
3 周之前 | |
---|---|---|
.. | ||
selftest | a8a01d2d19 patchtest: update testdata for selftest | 1 月之前 |
tests | 9f7c6b7a09 patchtest: Use raw strings for regex patterns | 2 周之前 |
README.md | e8d4c8a153 patchtest/README.md: fix markdown style issues | 8 月之前 |
mbox.py | d6ede9c73b patchtest: mbox.py: new data implementation | 1 年之前 |
patchtest_parser.py | 4c378fc895 patchtest: simplify, rename modules | 1 年之前 |
patchtest_patterns.py | 9f7c6b7a09 patchtest: Use raw strings for regex patterns | 2 周之前 |
repo.py | a690cfb9c0 patchtest: apply patch in repo root | 1 月之前 |
requirements.txt | e73ea1a868 patchtest: requirements.txt: add GitPython | 1 年之前 |
This directory provides a test suite and selftest script for use with the patchtest repository: https://git.yoctoproject.org/patchtest/
To setup for use:
pip install -r requirements.txt
export PATH=/path/to/patchtest/repo:$PATH
source oe-init-build-env
bitbake-layers add-layer
/path/to/meta-selftest/
(the selftests use this layer's recipes as test
targets)./meta/lib/patchtest/selftest/selftest
For more information on using patchtest, see the patchtest repo at https://git.yoctoproject.org/patchtest/.