aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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 16:05:38 +0100
commitee41549f26952d5f7af19a9b3d8a8b969866e2ef (patch)
treee324054f5525749792aedac557b3eb0cfb7c28c0 /bin
parente7dab75c8d1923abcbbc7c9ac7de215d720ccf26 (diff)
downloadbitbake-ee41549f26952d5f7af19a9b3d8a8b969866e2ef.tar.gz
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. Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index e84d6a559..6c0737416 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -27,6 +27,7 @@ tests = ["bb.tests.codeparser",
"bb.tests.parse",
"bb.tests.persist_data",
"bb.tests.runqueue",
+ "bb.tests.siggen",
"bb.tests.utils",
"hashserv.tests",
"layerindexlib.tests.layerindexobj",