bitbake: bitbake-selftest: add bb.tests.event to bitbake-selftest

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]

(Bitbake rev: 22cc318be1aff16f1b653ff0650fe71d0e9f60bb)

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jair Gonzalez
2017-01-20 16:13:03 -06:00
committed by Richard Purdie
parent df051ba9a2
commit b8358bc614

View File

@@ -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"]