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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user