forked from hawk/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlux.app.src
More file actions
38 lines (36 loc) · 861 Bytes
/
lux.app.src
File metadata and controls
38 lines (36 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%% This is an -*- erlang -*- file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Copyright 2012-2023 Tail-f Systems AB
%%
%% See the file "LICENSE" for information on usage and redistribution
%% of this file, and for a DISCLAIMER OF ALL WARRANTIES.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{application, lux,
[{description, "LUcid eXpect scripting"},
{vsn, "%VSN%"},
{modules,
[
lux,
lux_args,
lux_case,
lux_debug,
lux_diff,
lux_html_annotate,
lux_html_history,
lux_html_parse,
lux_html_utils,
lux_interpret,
lux_main,
lux_log,
lux_parse,
lux_product,
lux_suite,
lux_tap,
lux_shell,
lux_utils
]},
{registered, []},
{applications, [stdlib, kernel]},
%% Dev apps: reltool debugger wx runtime_tools
{env, []}
]}.