aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/topApp2.app
blob: 534c743759e0d83092cc81a75114c5f2eeaf1d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
    {application, topApp2,
     [{description, "Test of start phase"},
      {id, "CXC 138 38"},
      {vsn, "2.0"},
      {applications, [kernel]},
      {modules, []},
      {registered, []},
      {env, [{own_env1, value1}, {own2, val2}]},
      {included_applications, [appinc1, appinc2]},
      {start_phases, [{init, [initArgs]}, {go, [goArgs]}]},
      {mod, {application_starter, [topApp2, {topApp2, 4, 6}]} }]}.