Current section
Files
Jump to
Current section
Files
src/glacier_gleeunit.app.src
{application, glacier_gleeunit, [
{vsn, "1.1.2001"},
{applications, [argv,
gleam_stdlib]},
{description, "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, []}
]}.