summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-10 14:26:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-15 10:28:12 +0100
commit7484fb49a4fb2e84729ce11c4c8c0433a8365dc3 (patch)
tree0e481bb23c29983e597985445b01a3d296636012 /bitbake/bin
parent39ef064da5998b1bf1d47d10a9622e9fe4107796 (diff)
downloadpoky-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')
-rwxr-xr-xbitbake/bin/bitbake-selftest1
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",