aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/myApp.app
blob: 62959545e3330c222962062e1e75844a2cb86496 (plain) (blame)
1
2
3
4
5
6
7
    {application, myApp,
     [{description, "Test of start phase"},
      {id, "CXC 138 38"},
      {applications, [kernel]},
      {included_applications, []},
      {start_phases, [{init, [initArgs]}, {go, [goArgs]}]},
      {mod, {myApp, {myApp, 1, 3}} }]}.