[bitbake-devel] [selftest][PATCH V4 2/3] bitbake: selftest: add bb.tests.event to bitbake-selftest
Jair Gonzalez
jair.de.jesus.gonzalez.plascencia at linux.intel.com
Wed May 31 21:26:02 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