diff options
Diffstat (limited to 'poky/bitbake/README')
-rw-r--r-- | poky/bitbake/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/poky/bitbake/README b/poky/bitbake/README index 96e6007e7..2d5cd254e 100644 --- a/poky/bitbake/README +++ b/poky/bitbake/README @@ -33,3 +33,11 @@ Mailing list: Source code: http://git.openembedded.org/bitbake/ + +Testing: + +Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. +You can run this with "bitbake-selftest". In particular the fetcher is well covered since +it has so many corner cases. The datastore has many tests too. Testing with the testsuite is +recommended before submitting patches, particularly to the fetcher and datastore. We also +appreciate new test cases and may require them for more obscure issues. |