aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/topApp.app
blob: ed01fa7b582741934760fe7bf1ad01fbd1ad9b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
    {application, topApp,
     [{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, {topApp, {topApp, 4, 6}} }]}.