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

-compile(export_all).

all() ->
    [simple_test].

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