From ee41549f26952d5f7af19a9b3d8a8b969866e2ef Mon Sep 17 00:00:00 2001 From: Jean-Francois Dagenais Date: Wed, 23 Sep 2020 09:44:05 -0400 Subject: 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 Signed-off-by: Richard Purdie --- bin/bitbake-selftest | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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", -- cgit 1.2.3-korg