diff options
author | Tuncer Ayaz <[email protected]> | 2011-06-24 20:22:47 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-08 14:02:18 +0200 |
commit | fa90ce72d5df40de7d70c1d6a7b2be1451c7fc9a (patch) | |
tree | 128d90005c18b80ad3fe8d60d89c80b17b0ba35c /lib/asn1/test/asn1_SUITE.erl.src | |
parent | 78c109da0a33108a72ea580b8ba4c01aa32dbe2c (diff) | |
download | otp-fa90ce72d5df40de7d70c1d6a7b2be1451c7fc9a.tar.gz otp-fa90ce72d5df40de7d70c1d6a7b2be1451c7fc9a.tar.bz2 otp-fa90ce72d5df40de7d70c1d6a7b2be1451c7fc9a.zip |
asn1ct: add warnings_as_errors option
Diffstat (limited to 'lib/asn1/test/asn1_SUITE.erl.src')
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl.src b/lib/asn1/test/asn1_SUITE.erl.src index 582ccd877c..e7f93a4053 100644 --- a/lib/asn1/test/asn1_SUITE.erl.src +++ b/lib/asn1/test/asn1_SUITE.erl.src @@ -2236,8 +2236,10 @@ test_compile_options(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:verbose(Config) + ?line ok = test_compile_options:verbose(Config), + ?line ok = test_compile_options:warnings_as_errors(Config) end. + testDoubleEllipses(suite) -> []; testDoubleEllipses(Config) -> ?line testDoubleEllipses:compile(Config,?BER,[]), |