diff options
| -rw-r--r-- | bitbake/README | 5 |
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 | |||
| 57 | The testsuite can alternatively be executed using pytest, e.g. obtained from PyPI (in this | ||
| 58 | case, the PATH is configured automatically): | ||
| 59 | |||
| 60 | pytest | ||
