aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/iop_ior_11_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/orber/test/iop_ior_11_SUITE.erl')
-rw-r--r--lib/orber/test/iop_ior_11_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/orber/test/iop_ior_11_SUITE.erl b/lib/orber/test/iop_ior_11_SUITE.erl
index b6fae33242..e66cb05e46 100644
--- a/lib/orber/test/iop_ior_11_SUITE.erl
+++ b/lib/orber/test/iop_ior_11_SUITE.erl
@@ -33,7 +33,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
@@ -46,6 +46,8 @@
%% Args:
%% Returns:
%%-----------------------------------------------------------------
+suite() -> [{suite_callbacks,[ts_install_scb]}].
+
all() ->
[encoding, create_and_get_ops].