diff options
Diffstat (limited to 'inttest/code_path_no_recurse/src/codepath.app.src')
-rw-r--r-- | inttest/code_path_no_recurse/src/codepath.app.src | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inttest/code_path_no_recurse/src/codepath.app.src b/inttest/code_path_no_recurse/src/codepath.app.src new file mode 100644 index 0000000..3aa200f --- /dev/null +++ b/inttest/code_path_no_recurse/src/codepath.app.src @@ -0,0 +1,12 @@ +{application, codepath, + [ + {description, ""}, + {vsn, "1"}, + {registered, []}, + {applications, [ + kernel, + stdlib + ]}, + {mod, {codepath, []}}, + {env, []} + ]}. |