Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
erlang - add test from bug #120
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 20, 2010
1 parent 17f81a3 commit 1d1b637
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/Formula/erlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,11 @@ def install

def test
`erl -noshell -eval 'crypto:start().' -s init stop`

# This test takes some time to run, but per bug #120 should finish in
# "less than 20 minutes". It takes a few minutes on a Mac Pro (2009).
if ARGV.include? "--time"
`dialyzer --build_plt -r #{lib}/erlang/lib/kernel-2.14.1/ebin/`
end
end
end

0 comments on commit 1d1b637

Please sign in to comment.