diff options
Diffstat (limited to 'import-layers/yocto-poky/bitbake/bin/bitbake-selftest')
-rwxr-xr-x | import-layers/yocto-poky/bitbake/bin/bitbake-selftest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/bitbake/bin/bitbake-selftest b/import-layers/yocto-poky/bitbake/bin/bitbake-selftest index 380e00361..afe1603d0 100755 --- a/import-layers/yocto-poky/bitbake/bin/bitbake-selftest +++ b/import-layers/yocto-poky/bitbake/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"] |