mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 19:20:49 +00:00
Tweak our test combos (#31)
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
-compile([export_all, nowarn_export_all]).
|
||||
|
||||
all() ->
|
||||
[hello_world].
|
||||
[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