Skip to content

Commit

Permalink
[test] Run avr-libstdc++ tests on AVR only
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Jan 10, 2021
1 parent 360a7a8 commit 5b68715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/stdc++/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ def init(module):

def prepare(module, options):
module.depends(":stdc++")
target = options[":target"]
if target.identifier.platform != "avr":
return False

return True


Expand Down

0 comments on commit 5b68715

Please sign in to comment.