aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/iop_ior_12_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/orber/test/iop_ior_12_SUITE.erl')
-rw-r--r--lib/orber/test/iop_ior_12_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/orber/test/iop_ior_12_SUITE.erl b/lib/orber/test/iop_ior_12_SUITE.erl
index 48e07c3e73..cda10c68da 100644
--- a/lib/orber/test/iop_ior_12_SUITE.erl
+++ b/lib/orber/test/iop_ior_12_SUITE.erl
@@ -34,7 +34,7 @@
%%-----------------------------------------------------------------
%% External exports
%%-----------------------------------------------------------------
--export([all/0,groups/0,init_per_group/2,end_per_group/2]).
+-export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2]).
%%-----------------------------------------------------------------
%% Internal exports
@@ -47,6 +47,8 @@
%% Args:
%% Returns:
%%-----------------------------------------------------------------
+suite() -> [{suite_callbacks,[ts_install_scb]}].
+
all() ->
[encoding, create_and_get_ops].