blob: cadaea2f1af5d9020efd48e2c7200055f8b3013d [file] [log] [blame]
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#
from oeqa.selftest.case import OESelftestTestCase
from oeqa.utils.commands import bitbake
class BaremetalTest(OESelftestTestCase):
def test_baremetal(self):
self.write_config('TCLIBC = "baremetal"')
bitbake('baremetal-helloworld')