summaryrefslogtreecommitdiff
path: root/inttest/ct2/foo_SUITE.erl
blob: d03aedf0b564e281b403ac91e589f2af567f2ddb (plain)
1
2
3
4
5
6
7
8
9
10
-module(foo_SUITE).

-include_lib("common_test/include/ct.hrl").

-compile(export_all).

all() -> [foo].

foo(Config) ->
    io:format("Test: ~p\n", [Config]).