summaryrefslogtreecommitdiff
path: root/deps/trace_runner/src/trace_runner.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'deps/trace_runner/src/trace_runner.app.src')
-rw-r--r--deps/trace_runner/src/trace_runner.app.src22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/trace_runner/src/trace_runner.app.src b/deps/trace_runner/src/trace_runner.app.src
new file mode 100644
index 0000000..0454c1f
--- /dev/null
+++ b/deps/trace_runner/src/trace_runner.app.src
@@ -0,0 +1,22 @@
+%% -*- mode: erlang; indent-tabs-mode: nil; -*-
+%%---- BEGIN COPYRIGHT -------------------------------------------------------
+%%
+%% Copyright (C) 2016 Ulf Wiger. All rights reserved.
+%%
+%% This Source Code Form is subject to the terms of the Mozilla Public
+%% License, v. 2.0. If a copy of the MPL was not distributed with this
+%% file, You can obtain one at http://mozilla.org/MPL/2.0/.
+%%
+%%---- END COPYRIGHT ---------------------------------------------------------
+{application, trace_runner,
+ [
+ {description, "A wrapper for tracing test runs using TTB"},
+ {vsn, "1"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib,
+ observer
+ ]},
+ {env, []}
+ ]}.