Current section
Files
Jump to
Current section
Files
src/glacier.app.src
{application, glacier, [
{vsn, "0.8.1"},
{applications, [fs,
glacier_gleeunit,
gleam_community_ansi,
gleam_erlang,
gleam_stdlib,
shellout]},
{description, "Glacier brings incremental interactive unit testing to Gleam. It is meant as a drop-in replacement for Gleeunit and depends and wraps a fork of it."},
{modules, [glacier,
glacier@should,
glacier_demo@glacier_demo_module_a,
glacier_demo@glacier_demo_module_aliasing_c,
glacier_demo@glacier_demo_module_b,
glacier_demo@glacier_demo_module_c,
glacier_demo@glacier_demo_module_d,
glacier_demo@glacier_demo_module_e,
glacier_demo@glacier_demo_module_unqualifying,
glacier_demo@glacier_demo_references_a,
glacier_demo@hello]},
{registered, []}
]}.