Packages

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.

Current section

Files

Jump to
glacier_gleeunit src glacier_gleeunit.erl
Raw

src/glacier_gleeunit.erl

-module(glacier_gleeunit).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-file("src/glacier_gleeunit.gleam", 3).
-spec main() -> nil.
main() ->
gleeunit:main().