Current section
Files
Jump to
Current section
Files
src/glacier_gleeunit.app.src
{application, glacier_gleeunit, [
{vsn, "1.3.1001"},
{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, [erlang_test_module,
glacier_gleeunit,
glacier_gleeunit@@main,
gleeunit,
gleeunit@should,
gleeunit_ffi,
gleeunit_progress]},
{registered, []}
]}.