Skip to content

Commit

Permalink
Add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Jun 26, 2022
1 parent 4df295c commit 4a8aed1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/arm-none-eabi-newlib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,10 @@ def install
"-R", ".debug_str", "-R", ".debug_ranges", "-R", ".debug_loc", f.to_s
end
end

test do
assert_predicate (arm_prefix/"lib").glob("**/lib{c,g,rdimon}.a"), :any?
assert_predicate (arm_prefix/"lib").glob("**/lib{c,g,rdimon}_nano.a"), :any?
end
end
end

0 comments on commit 4a8aed1

Please sign in to comment.