aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-11-26 14:31:25 +0100
committerBjörn Gustavsson <[email protected]>2012-12-06 14:22:36 +0100
commit36c4b15a19fb83488c352f20c57c0c3eba81dc32 (patch)
tree0a4101130fc127f83a0f93c41e97259910776372 /lib
parentd916fbfff133da58deaf9733ee242b4d437250ee (diff)
downloadotp-36c4b15a19fb83488c352f20c57c0c3eba81dc32.tar.gz
otp-36c4b15a19fb83488c352f20c57c0c3eba81dc32.tar.bz2
otp-36c4b15a19fb83488c352f20c57c0c3eba81dc32.zip
asn1_SUITE: Let the per/1 test case also test 'uper'
Diffstat (limited to 'lib')
-rw-r--r--lib/asn1/test/asn1_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl
index fd5ea15323..38ec72c473 100644
--- a/lib/asn1/test/asn1_SUITE.erl
+++ b/lib/asn1/test/asn1_SUITE.erl
@@ -631,7 +631,7 @@ parse(Config) ->
[asn1_test_lib:compile(M, Config, [abs]) || M <- test_modules()].
per(Config) ->
- test(Config, fun per/3, [per]).
+ test(Config, fun per/3, [per,uper]).
per(Config, Rule, Opts) ->
[module_test(M, Config, Rule, Opts) || M <- per_modules()].