
Initial rebar compile - which exposed eunit tets failures associated with changes to file structures and filename references
12 lines
224 B
Erlang
12 lines
224 B
Erlang
{application, eleveleddb,
|
|
[
|
|
{description, ""},
|
|
{vsn, "1"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{mod, { eleveleddb_app, []}},
|
|
{env, []}
|
|
]}.
|