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

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

-compile(export_all).

all() -> [simple].

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