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
Current section
Files
src/glacier_gleeunit.erl
-module(glacier_gleeunit).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-spec main() -> nil.
main() ->
gleeunit:main().