summaryrefslogtreecommitdiff
path: root/inttest/appup_src_2
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/appup_src_2')
-rw-r--r--inttest/appup_src_2/appup_src_2_rt.erl2
-rw-r--r--inttest/appup_src_2/appup_src_rt_2.erl2
-rw-r--r--inttest/appup_src_2/src/appup_src.erl2
3 files changed, 3 insertions, 3 deletions
diff --git a/inttest/appup_src_2/appup_src_2_rt.erl b/inttest/appup_src_2/appup_src_2_rt.erl
index 99e6248..4b621b1 100644
--- a/inttest/appup_src_2/appup_src_2_rt.erl
+++ b/inttest/appup_src_2/appup_src_2_rt.erl
@@ -26,7 +26,7 @@
%% -------------------------------------------------------------------
-module(appup_src_2_rt).
--compile(export_all).
+-export([setup/1, files/0, run/1]).
-include_lib("eunit/include/eunit.hrl").
diff --git a/inttest/appup_src_2/appup_src_rt_2.erl b/inttest/appup_src_2/appup_src_rt_2.erl
index fff6f62..e855a96 100644
--- a/inttest/appup_src_2/appup_src_rt_2.erl
+++ b/inttest/appup_src_2/appup_src_rt_2.erl
@@ -26,7 +26,7 @@
%% -------------------------------------------------------------------
-module(appup_src_rt_2).
--compile(export_all).
+-export([setup/1, files/0, run/1]).
-include_lib("eunit/include/eunit.hrl").
diff --git a/inttest/appup_src_2/src/appup_src.erl b/inttest/appup_src_2/src/appup_src.erl
index 6f4d0d7..26b1812 100644
--- a/inttest/appup_src_2/src/appup_src.erl
+++ b/inttest/appup_src_2/src/appup_src.erl
@@ -1,6 +1,6 @@
-module(appup_src).
--compile(export_all).
+-export([test/0]).
test() ->
ok.