aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-07-17 16:09:13 +0200
committerMicael Karlberg <[email protected]>2019-07-17 16:09:13 +0200
commit105b354218fbd037e371082298cd85e170500f3f (patch)
tree313cc4bbe9da184f5fd91f87e3f68e7aa928c87a /lib/megaco
parent8ac8882c9c59313eba734e0727924e391f900b2e (diff)
downloadotp-105b354218fbd037e371082298cd85e170500f3f.tar.gz
otp-105b354218fbd037e371082298cd85e170500f3f.tar.bz2
otp-105b354218fbd037e371082298cd85e170500f3f.zip
[megaco|test] Removed the "compile all" compiler directive (codec)
Removed the "compile all" compiler directive for the codec megaco test suite.
Diffstat (limited to 'lib/megaco')
-rw-r--r--lib/megaco/test/megaco_codec_test.erl15
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/megaco/test/megaco_codec_test.erl b/lib/megaco/test/megaco_codec_test.erl
index 007136f83e..0dfbabcc81 100644
--- a/lib/megaco/test/megaco_codec_test.erl
+++ b/lib/megaco/test/megaco_codec_test.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2003-2016. All Rights Reserved.
+%% Copyright Ericsson AB 2003-2019. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -25,7 +25,18 @@
-module(megaco_codec_test).
--compile(export_all).
+-export([
+ all/0,
+ groups/0,
+
+ init_per_group/2,
+ end_per_group/2,
+ init_per_testcase/2,
+ end_per_testcase/2,
+
+ t/0, t/1,
+ init/0
+ ]).
-include("megaco_test_lib.hrl").
-include_lib("megaco/include/megaco.hrl").