|
há 3 semanas atrás | |
---|---|---|
.. | ||
selftest | a8a01d2d19 patchtest: update testdata for selftest | há 1 mês atrás |
tests | 9f7c6b7a09 patchtest: Use raw strings for regex patterns | há 2 semanas atrás |
README.md | e8d4c8a153 patchtest/README.md: fix markdown style issues | há 8 meses atrás |
mbox.py | d6ede9c73b patchtest: mbox.py: new data implementation | há 1 ano atrás |
patchtest_parser.py | 4c378fc895 patchtest: simplify, rename modules | há 1 ano atrás |
patchtest_patterns.py | 9f7c6b7a09 patchtest: Use raw strings for regex patterns | há 2 semanas atrás |
repo.py | a690cfb9c0 patchtest: apply patch in repo root | há 1 mês atrás |
requirements.txt | e73ea1a868 patchtest: requirements.txt: add GitPython | há 1 ano atrás |
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/.