summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake-selftest
diff options
context:
space:
mode:
authorJean-Francois Dagenais <jeff.dagenais@gmail.com>2020-09-23 09:44:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-23 20:55:53 +0100
commit304d7a08611132ca292aea2484659ccc5b804178 (patch)
tree1f5154b1128078907e9899c80de8d8e8c5e7d35c /bitbake/bin/bitbake-selftest
parent005f2951e2118c79d99665ce66d5bc9220f4a0b1 (diff)
downloadpoky-304d7a08611132ca292aea2484659ccc5b804178.tar.gz
bitbake: bitbake: tests/siggen: introduce clean_basepath testcases
While discussing with Richard we thought these might help document and safeguard the basic requirements of clean_basepath. A 'bonus' performance testcase is added but commented out since its runtime is long and test machine specific. It is intended for developers to test before and after their changes to the target function as a due diligence verification. (Bitbake rev: ee41549f26952d5f7af19a9b3d8a8b969866e2ef) Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-selftest')
-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 e84d6a559f..6c0737416b 100755
--- a/bitbake/bin/bitbake-selftest
+++ b/bitbake/bin/bitbake-selftest
@@ -27,6 +27,7 @@ tests = ["bb.tests.codeparser",
27 "bb.tests.parse", 27 "bb.tests.parse",
28 "bb.tests.persist_data", 28 "bb.tests.persist_data",
29 "bb.tests.runqueue", 29 "bb.tests.runqueue",
30 "bb.tests.siggen",
30 "bb.tests.utils", 31 "bb.tests.utils",
31 "hashserv.tests", 32 "hashserv.tests",
32 "layerindexlib.tests.layerindexobj", 33 "layerindexlib.tests.layerindexobj",