summaryrefslogtreecommitdiff
path: root/inttest/ct_make_fails/test_SUITE.erl
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2017-08-19 23:22:52 +0100
committerGitHub <noreply@github.com>2017-08-19 23:22:52 +0100
commit67615eda49682c592418a95371689ebc4d626c48 (patch)
tree2ae5be0262c38fe90223ce6455e7af104434c8a3 /inttest/ct_make_fails/test_SUITE.erl
parent5047ad267296d61ee824b1fbcdeec7e2ce5e44ba (diff)
parenteb2512ff3fcf509368bbb9a76b906b350c2c4eb2 (diff)
downloadrebar-67615eda49682c592418a95371689ebc4d626c48.tar.gz
Merge pull request #641 from tuncer/fix-inttest-export_all
inttest/*: do not export_all
Diffstat (limited to 'inttest/ct_make_fails/test_SUITE.erl')
-rw-r--r--inttest/ct_make_fails/test_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/ct_make_fails/test_SUITE.erl b/inttest/ct_make_fails/test_SUITE.erl
index 343aa5a..068e926 100644
--- a/inttest/ct_make_fails/test_SUITE.erl
+++ b/inttest/ct_make_fails/test_SUITE.erl
@@ -1,6 +1,6 @@
-module(test_SUITE).
--compile(export_all).
+-export([all/0, simple_test/1, app_config_file_test/1]).
-include_lib("ct.hrl").