aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/appinc2top.app
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/test/appinc2top.app')
-rw-r--r--lib/kernel/test/appinc2top.app10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/kernel/test/appinc2top.app b/lib/kernel/test/appinc2top.app
new file mode 100644
index 0000000000..b7758a33cf
--- /dev/null
+++ b/lib/kernel/test/appinc2top.app
@@ -0,0 +1,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}] }}]}.