Packages

This is a fork of gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI.

Current section

Files

Jump to
glacier_gleeunit src glacier_gleeunit.app.src
Raw

src/glacier_gleeunit.app.src

{application, glacier_gleeunit, [
{vsn, "0.10.11"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "Gleam bindings to Erlang's EUnit test framework. This is a fork of Gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI."},
{modules, [glacier_gleeunit,
gleeunit,
gleeunit@should]},
{registered, []}
]}.