aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_smoke_test_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/ct_smoke_test_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_smoke_test_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_smoke_test_SUITE.erl b/lib/common_test/test/ct_smoke_test_SUITE.erl
index 6536ead27f..749c6cd9ed 100644
--- a/lib/common_test/test/ct_smoke_test_SUITE.erl
+++ b/lib/common_test/test/ct_smoke_test_SUITE.erl
@@ -112,6 +112,8 @@ end_per_testcase(TestCase, Config) ->
%% Description: Returns a description of the test suite (doc) and a
%% list of all test cases in the suite (suite).
%%--------------------------------------------------------------------
+suite() -> [{suite_callbacks,[ts_install_scb]}].
+
all() ->
[dir1, dir2, dir1_2, suite11, suite21, suite11_21,
tc111, tc211, tc111_112].