1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

oeqa/selftest: Tweak binutils tests tags as toolchain/user and system

This matches the other toolchain tests.

(From OE-Core rev: d41606244c170fd547496e5df9e3d28ce2d2af68)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-09-07 14:10:45 +01:00
parent 2ae6a072ca
commit d7441ddb0c
+1 -1
View File
@@ -14,7 +14,7 @@ def parse_values(content):
yield i[len(v) + 2:].strip(), v
break
@OETestTag("machine")
@OETestTag("toolchain-user", "toolchain-system")
class BinutilsCrossSelfTest(OESelftestTestCase):
def test_binutils(self):
self.run_binutils("binutils")