diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-10 14:26:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-15 10:28:12 +0100 |
commit | 7484fb49a4fb2e84729ce11c4c8c0433a8365dc3 (patch) | |
tree | 0e481bb23c29983e597985445b01a3d296636012 /bitbake/bin/bitbake-selftest | |
parent | 39ef064da5998b1bf1d47d10a9622e9fe4107796 (diff) | |
download | poky-7484fb49a4fb2e84729ce11c4c8c0433a8365dc3.tar.gz |
bitbake: tests: Add initial scenario based test for runqueue
We need some tests for runqueue, its been something which has been hard to test
for a long time. Add some dummy metadata to allow this, mirroring the OE
structure in spirit.
(Bitbake rev: 37564d7440c5d7aa05ec537f3b79026b1c83bb68)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-selftest')
-rwxr-xr-x | bitbake/bin/bitbake-selftest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-selftest b/bitbake/bin/bitbake-selftest index 20553e9814..041a2719f0 100755 --- a/bitbake/bin/bitbake-selftest +++ b/bitbake/bin/bitbake-selftest | |||
@@ -25,6 +25,7 @@ tests = ["bb.tests.codeparser", | |||
25 | "bb.tests.fetch", | 25 | "bb.tests.fetch", |
26 | "bb.tests.parse", | 26 | "bb.tests.parse", |
27 | "bb.tests.persist_data", | 27 | "bb.tests.persist_data", |
28 | "bb.tests.runqueue", | ||
28 | "bb.tests.utils", | 29 | "bb.tests.utils", |
29 | "hashserv.tests", | 30 | "hashserv.tests", |
30 | "layerindexlib.tests.layerindexobj", | 31 | "layerindexlib.tests.layerindexobj", |