Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright OpenEmbedded Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
from oeqa.selftest.case import OESelftestTestCase
|
||||
from oeqa.utils.commands import bitbake
|
||||
|
||||
class NewlibTest(OESelftestTestCase):
|
||||
def test_newlib(self):
|
||||
self.write_config('TCLIBC = "newlib"')
|
||||
bitbake("newlib libgloss")
|
||||
Reference in New Issue
Block a user