summaryrefslogtreecommitdiffstats
path: root/bitbake/README
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/README')
-rw-r--r--bitbake/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/README b/bitbake/README
index bdb1e81dc1..78610e65f1 100644
--- a/bitbake/README
+++ b/bitbake/README
@@ -53,3 +53,8 @@ testsuite as follows:
53 53
54 export PATH=$(pwd)/bin:$PATH 54 export PATH=$(pwd)/bin:$PATH
55 bin/bitbake-selftest 55 bin/bitbake-selftest
56
57The testsuite can alternatively be executed using pytest, e.g. obtained from PyPI (in this
58case, the PATH is configured automatically):
59
60 pytest