blob: 047631c413e576980ca8e0e6cd8bb7e2a9fcab0b [file] [log] [blame]
-module(test_SUITE).
-export([all/0, simple_test/1]).
all() ->
[simple_test].
simple_test(Config) ->
io:format("Test: ~p\n", [Config]),
ok = not_ok.