Skip to content

Commit ed64275

Browse files
committed
Eunit is no longer needed in the PLT
1 parent 612196d commit ed64275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dialyzer: .plt/proper_plt compile
4949
dialyzer --plt $< -Wunmatched_returns ebin
5050

5151
.plt/proper_plt: .plt
52-
dialyzer --build_plt --output_plt $@ --apps erts kernel stdlib compiler crypto syntax_tools eunit mnesia tools runtime_tools
52+
dialyzer --build_plt --output_plt $@ --apps erts kernel stdlib compiler crypto syntax_tools mnesia tools runtime_tools
5353

5454
check_escripts:
5555
./scripts/check_escripts.sh make_doc

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
{post_hooks, [{clean, "./scripts/clean_doc.sh"}]}.
6060

6161
{dialyzer, [{warnings, [unmatched_returns, unknown]},
62-
{plt_extra_apps, [erts, kernel, stdlib, compiler, crypto, syntax_tools, eunit]}]}.
62+
{plt_extra_apps, [erts, kernel, stdlib, compiler, crypto, syntax_tools]}]}.
6363

6464
{project_plugins, [covertool]}.
6565
{cover_export_enabled, true}.

0 commit comments

Comments
 (0)