Current section
Files
Jump to
Current section
Files
src/gleeunit.app.src
{application, gleeunit, [
{vsn, "1.11.0"},
{applications, [gleam_stdlib]},
{description, "A simple test runner for Gleam, using EUnit on Erlang"},
{modules, [erlang_test_module,
gleeunit,
gleeunit@@main,
gleeunit@internal@gleam_panic,
gleeunit@internal@reporting,
gleeunit@should,
gleeunit_ffi,
gleeunit_gleam_panic_ffi,
gleeunit_progress,
gleeunit_test_ffi]},
{registered, []}
]}.