aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE.erl.src
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-04-08 12:14:34 +0200
committerBjörn Gustavsson <[email protected]>2010-04-08 13:45:44 +0200
commit2afc5c0485aca4712c23f8fefe102aacdfa2fcb5 (patch)
treeb992ca06c4ff6ad796822f9d41f22ddd673fc7e6 /lib/asn1/test/asn1_SUITE.erl.src
parent900ee731cbeacaf8d9917d9d2dfded4ccd63d502 (diff)
downloadotp-2afc5c0485aca4712c23f8fefe102aacdfa2fcb5.tar.gz
otp-2afc5c0485aca4712c23f8fefe102aacdfa2fcb5.tar.bz2
otp-2afc5c0485aca4712c23f8fefe102aacdfa2fcb5.zip
Add test for verbose option to asn1_SUITE
Test that asn1ct correctly handles verbose option. Signed-off-by: Tuncer Ayaz <[email protected]>
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) ->