aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE.erl
diff options
context:
space:
mode:
authorSimon Cornish <[email protected]>2019-02-25 13:27:15 -0800
committerSimon Cornish <[email protected]>2019-02-25 21:27:36 -0800
commit9928a3918c46c6cc412a9ce008a595d7587b0785 (patch)
tree1605e13671b18e6f0820f655ad2570a4797775e4 /lib/asn1/test/asn1_SUITE.erl
parent5c9dd56af4e051003ce7b8b5dd4cf50bf9eefdbe (diff)
downloadotp-9928a3918c46c6cc412a9ce008a595d7587b0785.tar.gz
otp-9928a3918c46c6cc412a9ce008a595d7587b0785.tar.bz2
otp-9928a3918c46c6cc412a9ce008a595d7587b0785.zip
Test compiling value of SEQUENCE OF CHOICE with extensions
Diffstat (limited to 'lib/asn1/test/asn1_SUITE.erl')
-rw-r--r--lib/asn1/test/asn1_SUITE.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl
index 329115be08..a88e464996 100644
--- a/lib/asn1/test/asn1_SUITE.erl
+++ b/lib/asn1/test/asn1_SUITE.erl
@@ -119,6 +119,7 @@ groups() ->
{group, [], [testSeqOf,
testSeqOfIndefinite]}, % Uses 'Mvrasn*'
testSeqOfCho,
+ testSeqOfChoExt,
testSetDefault,
testExtensionAdditionGroup,
testSetOptional,
@@ -541,6 +542,11 @@ testSeqOfCho(Config, Rule, Opts) ->
asn1_test_lib:compile("SeqOfCho", Config, [Rule|Opts]),
testSeqOfCho:main(Rule).
+testSeqOfChoExt(Config) -> test(Config, fun testSeqOfChoExt/3).
+testSeqOfChoExt(Config, Rule, Opts) ->
+ asn1_test_lib:compile("SeqOfChoExt", Config, [Rule|Opts]),
+ testSeqOfChoExt:main(Rule).
+
testSeqOfIndefinite(Config) ->
test(Config, fun testSeqOfIndefinite/3, [ber]).
testSeqOfIndefinite(Config, Rule, Opts) ->