blob: 92f2b2e3c5fb87f5e4f93c665eb291da464b949b [file] [log] [blame]
-module(test_SUITE).
-compile(export_all).
-include_lib("ct.hrl").
all() ->
[simple_test].
simple_test(Config) ->
io:format("Test: ~p\n", [Config]).