aboutsummaryrefslogtreecommitdiffstats
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:12:57 +0100
commit22cc318be1aff16f1b653ff0650fe71d0e9f60bb (patch)
tree8d8b22ab15e7c74adaae49c13461fe78bbc12202
parent0be3ad391adc73cc0dff81bd0ed7874f2c6a00be (diff)
downloadbitbake-22cc318be1aff16f1b653ff0650fe71d0e9f60bb.tar.gz
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] Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 380e00361..afe1603d0 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"]