[bitbake-devel] [bitbake][PATCH V3 2/3] bitbake: selftest: add bb.tests.event to bitbake-selftest

Jair Gonzalez jair.de.jesus.gonzalez.plascencia at linux.intel.com
Wed Feb 22 00:00:08 UTC 2017


Tests for bitbake event module were created on bb.tests.event.
This change is to include them on the default test list in
bitbake-selftest script.

[YOCTO #10368]

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia at linux.intel.com>
---
 bin/bitbake-selftest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 380e003..afe1603 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -28,6 +28,7 @@ except RuntimeError as exc:
 tests = ["bb.tests.codeparser",
          "bb.tests.cow",
          "bb.tests.data",
+         "bb.tests.event",
          "bb.tests.fetch",
          "bb.tests.parse",
          "bb.tests.utils"]
-- 
2.7.4




More information about the bitbake-devel mailing list