From 304d7a08611132ca292aea2484659ccc5b804178 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dagenais Date: Wed, 23 Sep 2020 09:44:05 -0400 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/bin/bitbake-selftest | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/bin') 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", "bb.tests.parse", "bb.tests.persist_data", "bb.tests.runqueue", + "bb.tests.siggen", "bb.tests.utils", "hashserv.tests", "layerindexlib.tests.layerindexobj", -- cgit v1.2.3-54-g00ecf