Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1d1b637

Browse files
committed
erlang - add test from bug #120
1 parent 17f81a3 commit 1d1b637

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Library/Formula/erlang.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,11 @@ def install
6666

6767
def test
6868
`erl -noshell -eval 'crypto:start().' -s init stop`
69+
70+
# This test takes some time to run, but per bug #120 should finish in
71+
# "less than 20 minutes". It takes a few minutes on a Mac Pro (2009).
72+
if ARGV.include? "--time"
73+
`dialyzer --build_plt -r #{lib}/erlang/lib/kernel-2.14.1/ebin/`
74+
end
6975
end
7076
end

0 commit comments

Comments
 (0)