summaryrefslogtreecommitdiff
path: root/lib/inviso
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erix.ericsson.se>2010-12-06 16:48:31 +0100
committerLukas Larsson <lukas@erix.ericsson.se>2011-02-17 17:33:19 +0100
commit83f932257470f5ae01fc61130e997fdea0562653 (patch)
tree8a9eb98fd60c89e09dca5f858f76b1b318374524 /lib/inviso
parent19d5a0e59f9897361d18b3c8987561620a212f04 (diff)
downloaderlang-83f932257470f5ae01fc61130e997fdea0562653.tar.gz
Add ts_install_scb to suite/0
Diffstat (limited to 'lib/inviso')
-rw-r--r--lib/inviso/test/inviso_tool_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inviso/test/inviso_tool_SUITE.erl b/lib/inviso/test/inviso_tool_SUITE.erl
index 839cd0dd26..df95972534 100644
--- a/lib/inviso/test/inviso_tool_SUITE.erl
+++ b/lib/inviso/test/inviso_tool_SUITE.erl
@@ -33,6 +33,8 @@
-define(l,?line).
+suite() -> [{suite_callbacks,[ts_install_scb]}].
+
all() ->
[dist_basic_1, dist_rtc, dist_reconnect, dist_adopt,
dist_history, dist_start_session_special].