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

12 lines
161 B
Erlang
Raw Normal View History

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