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