aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/hipe_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/test/hipe_SUITE.erl')
-rw-r--r--lib/hipe/test/hipe_SUITE.erl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/hipe/test/hipe_SUITE.erl b/lib/hipe/test/hipe_SUITE.erl
index a5b3924aa8..b9adb660f2 100644
--- a/lib/hipe/test/hipe_SUITE.erl
+++ b/lib/hipe/test/hipe_SUITE.erl
@@ -16,7 +16,11 @@
%%
-module(hipe_SUITE).
--compile([export_all]).
+-export([all/0, groups/0,
+ init_per_suite/1, end_per_suite/1,
+ init_per_group/2, end_per_group/2,
+ app/0, app/1, appup/0, appup/1]).
+
-include_lib("common_test/include/ct.hrl").
all() ->