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).
-export([main/0]).
-spec main() -> nil.
main() ->
gleeunit:main().