Current section

Files

Jump to
gleeunit src gleeunit.app.src
Raw

src/gleeunit.app.src

{application, gleeunit, [
{vsn, "1.7.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, []}
]}.