summaryrefslogtreecommitdiff
path: root/lib/kernel/test/appinc2top.app
blob: b7758a33cfd4a43a8152c759d2f6cc145ada8bec (plain)
1
2
3
4
5
6
7
8
9
10
{application, appinc2top,
     [{description, "Test of new start"},
      {id, "CXC 138 xx2"},
      {vsn, "2.0"},
      {modules, []},
      {registered, []},
      {included_applications, [appinc2A, appinc2B]},
      {applications, [kernel]},
      {start_phases, [{init, []}, {some, []}, {go, []}]},
      {mod, {application_starter, [appinc2top, {app1, 107, 109}] }}]}.