summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorJair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com>2017-01-20 16:13:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 14:14:17 +0100
commitb8358bc61435ec996ecd6931fb6d6d41bb4f710b (patch)
tree3e83a134c53cfe8a84c6e7e7b23111f898f686e8 /bitbake/bin
parentdf051ba9a2a187e25b821ca2cda6459ad0d251ce (diff)
downloadpoky-b8358bc61435ec996ecd6931fb6d6d41bb4f710b.tar.gz
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>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-selftest b/bitbake/bin/bitbake-selftest
index 380e003619..afe1603d04 100755
--- a/bitbake/bin/bitbake-selftest
+++ b/bitbake/bin/bitbake-selftest
@@ -28,6 +28,7 @@ except RuntimeError as exc:
28tests = ["bb.tests.codeparser", 28tests = ["bb.tests.codeparser",
29 "bb.tests.cow", 29 "bb.tests.cow",
30 "bb.tests.data", 30 "bb.tests.data",
31 "bb.tests.event",
31 "bb.tests.fetch", 32 "bb.tests.fetch",
32 "bb.tests.parse", 33 "bb.tests.parse",
33 "bb.tests.utils"] 34 "bb.tests.utils"]