diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:14 +0000 |
commit | 2e0f03802ba14b3313db31e232a4185e4ee8b77f (patch) | |
tree | 8c99a9e9bb52ac4d90d35120a1ad597c9ca611a2 /meta/classes | |
parent | babd34dc43cb98c61c066c3a8434aab5a818845a (diff) | |
download | poky-2e0f03802ba14b3313db31e232a4185e4ee8b77f.tar.gz |
rust-hello-world: test at runtime
This adds a smoke check for whether the rust toolchain actually
produces working executables across a range of architectures.
(From OE-Core rev: 14bb638b0df7acfa6aa89abf4625357f8cde886b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 66de0e07c6..1c5fd4ee6a 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -61,7 +61,7 @@ BASICTESTSUITE = "\ | |||
61 | ping date df ssh scp python perl gi ptest parselogs \ | 61 | ping date df ssh scp python perl gi ptest parselogs \ |
62 | logrotate connman systemd oe_syslog pam stap ldd xorg \ | 62 | logrotate connman systemd oe_syslog pam stap ldd xorg \ |
63 | kernelmodule gcc buildcpio buildlzip buildgalculator \ | 63 | kernelmodule gcc buildcpio buildlzip buildgalculator \ |
64 | dnf rpm opkg apt weston go" | 64 | dnf rpm opkg apt weston go rust" |
65 | 65 | ||
66 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" | 66 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" |
67 | 67 | ||