Skip to content

Commit

Permalink
fixup! [test] Add __cxa_guard_acquire/release test
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Apr 8, 2023
1 parent 8e72252 commit 2ffd362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/modm/ext/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def init(module):

def prepare(module, options):
module.depends("modm:stdc++")
return True
core = options[":target"].get_driver("core")["type"]
return core.startswith("cortex-m")


def build(env):
Expand Down

0 comments on commit 2ffd362

Please sign in to comment.