summaryrefslogtreecommitdiffstats
path: root/bitbake/README
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/README')
-rw-r--r--bitbake/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/bitbake/README b/bitbake/README
index 96e6007e7f..5527e9fbbf 100644
--- a/bitbake/README
+++ b/bitbake/README
@@ -33,3 +33,11 @@ Mailing list:
33Source code: 33Source code:
34 34
35 http://git.openembedded.org/bitbake/ 35 http://git.openembedded.org/bitbake/
36
37Testing:
38
39Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions.
40You can run this with "bitbake-selftest". In particular the fetcher is well covered since
41it has so many corner cases. The datastore has many tests too. Testing with the testsuite is
42recommended becore submitting patches, particularly to the fetcher and datastore. We also
43appreciate new test cases and may require them for more obscure issues.