[meta-lts-mixins][scarthgap/go][PATCH 3/4] readme: add cgo-helloworld to testing
Peter Marko <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Peter Marko <[email protected]> New runtime test for cgo was added, so add it to acceptance tests. Signed-off-by: Peter Marko <[email protected]> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28d43f0..8de9b79 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ Automated tests to verify go toolchain functionality are being executed with fol * OEQA runtime ``` - IMAGE_INSTALL:append = " go-helloworld packagegroup-go-sdk-target" + IMAGE_INSTALL:append = " cgo-helloworld go-helloworld packagegroup-go-sdk-target" IMAGE_CLASSES += "testimage" - TEST_SUITES:append = " go" + TEST_SUITES:append = " go go_mixin" ``` ```