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, "0.1.1"},
{applications, [colours,
glance,
gleam_otp,
gleam_stdlib,
gleeunit,
simplifile]},
{description, "A Gleam project"},
{modules, [testbldr]},
{registered, []}
]}.