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