1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-19 19:14:18 +00:00
rebar/inttest/ct1/test_SUITE.erl

11 lines
161 B
Erlang

-module(test_SUITE).
-compile(export_all).
-include_lib("ct.hrl").
all() ->
[simple_test].
simple_test(Config) ->
io:format("Test: ~p\n", [Config]).