Specify output selection in tests

This commit is contained in:
Alex Beregszaszi 2017-04-20 23:34:12 +01:00
parent 8da245cca3
commit 73d25c883f

View File

@ -179,6 +179,14 @@ BOOST_AUTO_TEST_CASE(basic_compilation)
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "abi", "devdoc", "userdoc", "evm.bytecode", "evm.assembly", "evm.gasEstimates", "metadata" ],
"": [ "legacyAST" ]
}
}
}
}
)";