Skip to content

Commit

Permalink
[test] Compile stdc++ tests for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Apr 25, 2020
1 parent 37bc53d commit 80b62fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/stdc++/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ def init(module):


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

module.depends(":stdc++")
return True

Expand Down

0 comments on commit 80b62fb

Please sign in to comment.