aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer.app.src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2014-02-06 14:23:43 +0100
committerHans Bolinder <[email protected]>2014-02-06 14:23:43 +0100
commitb5bd810eb5004c5da22080f9147104c8b5e08448 (patch)
tree8bdcd8bfa20052ddc15da9b195f83d93cc278f14 /lib/dialyzer/src/dialyzer.app.src
parent63a6612adebb5f2ca2271e808009bb5aeae3ee58 (diff)
downloadotp-b5bd810eb5004c5da22080f9147104c8b5e08448.tar.gz
otp-b5bd810eb5004c5da22080f9147104c8b5e08448.tar.bz2
otp-b5bd810eb5004c5da22080f9147104c8b5e08448.zip
Add app-test and correct dialyzer.app.src
Diffstat (limited to 'lib/dialyzer/src/dialyzer.app.src')
-rw-r--r--lib/dialyzer/src/dialyzer.app.src8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/dialyzer/src/dialyzer.app.src b/lib/dialyzer/src/dialyzer.app.src
index 9222a28a77..0d048b607e 100644
--- a/lib/dialyzer/src/dialyzer.app.src
+++ b/lib/dialyzer/src/dialyzer.app.src
@@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2006-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2006-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -29,17 +29,19 @@
dialyzer_cl_parse,
dialyzer_codeserver,
dialyzer_contracts,
+ dialyzer_coordinator,
dialyzer_dataflow,
dialyzer_dep,
dialyzer_explanation,
- dialyzer_gui,
dialyzer_gui_wx,
dialyzer_options,
dialyzer_plt,
dialyzer_races,
dialyzer_succ_typings,
dialyzer_typesig,
- dialyzer_utils]},
+ dialyzer_utils,
+ dialyzer_timing,
+ dialyzer_worker]},
{registered, []},
{applications, [compiler, gs, hipe, kernel, stdlib, wx]},
{env, []}]}.