blob: 40fe5e13381918877eca4689cd85d76e0d318f69 [file] [log] [blame]
from oeqa.selftest.case import OESelftestTestCase
from oeqa.core.decorator import OETestTag
from oeqa.core.decorator.data import skipIfNotArch
from oeqa.utils.commands import bitbake
@OETestTag("meta-arm")
class PacBtiTest(OESelftestTestCase):
@skipIfNotArch(["aarch64"])
def test_pac_bti(self):
bitbake("test-pacbti")