Packages

A library for programatically building and running test cases

Current section

Files

Jump to
testbldr src testbldr.app.src
Raw

src/testbldr.app.src

{application, testbldr, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_json,
gleam_stdlib,
gleeunit,
simplifile]},
{description, "A library for programatically building and running test cases"},
{modules, [testbldr,
testbldr@should]},
{registered, []}
]}.