summaryrefslogtreecommitdiff
path: root/inttest/ct_test_fails/test_SUITE.erl
blob: 047631c413e576980ca8e0e6cd8bb7e2a9fcab0b (plain)
1
2
3
4
5
6
7
8
9
10
-module(test_SUITE).

-export([all/0, simple_test/1]).

all() ->
    [simple_test].

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