aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE.erl.src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-04-09 09:08:04 +0000
committerErlang/OTP <[email protected]>2010-04-09 11:12:48 +0200
commit4e23ebfc898ff24a885257430269466dadca9510 (patch)
treef29d49aed14e5d5f4ecb336303b8304c1886d615 /lib/asn1/test/asn1_SUITE.erl.src
parent12da3796463c7d02999985ae15e98dcaa4d2bdb4 (diff)
parent2afc5c0485aca4712c23f8fefe102aacdfa2fcb5 (diff)
downloadotp-4e23ebfc898ff24a885257430269466dadca9510.tar.gz
otp-4e23ebfc898ff24a885257430269466dadca9510.tar.bz2
otp-4e23ebfc898ff24a885257430269466dadca9510.zip
Merge branch 'ta/asn1-verbose' into dev
* ta/asn1-verbose: Add test for verbose option to asn1_SUITE Teach asn1ct verbose option OTP-8565 ta/asn1-verbose By default, the ASN.1 compiler is now silent in the absence of warnings or errors. The new 'verbose' option or the '-v' option for erlc can be given to show extra information (for instance, about the files that are generated). (Thanks to Tuncer Ayaz.)
Diffstat (limited to 'lib/asn1/test/asn1_SUITE.erl.src')
-rw-r--r--lib/asn1/test/asn1_SUITE.erl.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl.src b/lib/asn1/test/asn1_SUITE.erl.src
index 9d3f03fc4c..ca73d259af 100644
--- a/lib/asn1/test/asn1_SUITE.erl.src
+++ b/lib/asn1/test/asn1_SUITE.erl.src
@@ -2240,7 +2240,8 @@ test_compile_options(Config) ->
?line ok = test_compile_options:wrong_path(Config),
?line ok = test_compile_options:path(Config),
?line ok = test_compile_options:noobj(Config),
- ?line ok = test_compile_options:record_name_prefix(Config)
+ ?line ok = test_compile_options:record_name_prefix(Config),
+ ?line ok = test_compile_options:verbose(Config)
end.
testDoubleEllipses(suite) -> [];
testDoubleEllipses(Config) ->