mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 11:06:09 +00:00
Add Gleam (#67)
This commit is contained in:
committed by
GitHub
parent
4fbbcf2e6c
commit
c988d89031
@@ -0,0 +1,14 @@
|
||||
-module(mylib_SUITE).
|
||||
|
||||
-include_lib("stdlib/include/assert.hrl").
|
||||
|
||||
-compile([export_all, nowarn_export_all]).
|
||||
|
||||
all() ->
|
||||
[hello_world, ssl_ok].
|
||||
|
||||
hello_world(_Config) ->
|
||||
?assertEqual(world, mylib:hello()).
|
||||
|
||||
ssl_ok(_Config) ->
|
||||
{ok, _} = application:ensure_all_started(ssl).
|
||||
Reference in New Issue
Block a user