]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
go: extend runtime test
authorOsama Abdelkader <osama.abdelkader@gmail.com>
Thu, 13 Nov 2025 12:28:03 +0000 (13:28 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 20 Nov 2025 14:46:31 +0000 (06:46 -0800)
commitbda3e3711f84394423c15f48fb4e75258fec199a
treef7420a8e33ebed72b008c90c7ef2176c7da5390d
parent506f4e8c99b164673ba7d1c19e10d240f4df0376
go: extend runtime test

extend go runtime test with a simple test file, and simple
go module test to validate go compilation and execution on
target.

(From OE-Core rev: e3b2b9170f76f4bbdc41ea6ba7bccffc17d01968)

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/files/test.go [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/go.py