summaryrefslogtreecommitdiff
path: root/inttest/ct2/ct2_rt.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 16:47:53 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 17:23:53 +0000
commiteb2512ff3fcf509368bbb9a76b906b350c2c4eb2 (patch)
tree688b08d992a26a7a83d0984db6ca4d50326fea7b /inttest/ct2/ct2_rt.erl
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-eb2512ff3fcf509368bbb9a76b906b350c2c4eb2.tar.gz
inttest/*: do not export_all
Diffstat (limited to 'inttest/ct2/ct2_rt.erl')
-rw-r--r--inttest/ct2/ct2_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/ct2/ct2_rt.erl b/inttest/ct2/ct2_rt.erl
index b3138d4..06d7abb 100644
--- a/inttest/ct2/ct2_rt.erl
+++ b/inttest/ct2/ct2_rt.erl
@@ -2,7 +2,7 @@
%% ex: ts=4 sw=4 et
-module(ct2_rt).
--compile(export_all).
+-export([setup/1, files/0, run/1]).
setup([Target]) ->
retest_utils:load_module(filename:join(Target, "inttest_utils.erl")),