blob: be089c78ac31b77352e750a538b173dc9f0d4d0f [file] [log] [blame]
-module(foo_SUITE).
-include_lib("common_test/include/ct.hrl").
-export([all/0, foo/1]).
all() -> [foo].
foo(Config) ->
io:format("Test: ~p\n", [Config]).