[test] Add support for --enforce-compile-to-ewasm.

This commit is contained in:
Alexander Arlt
2021-04-26 20:31:03 -05:00
parent 2969bc0f3e
commit da38149f57
7 changed files with 115 additions and 63 deletions
+1
View File
@@ -163,6 +163,7 @@ TestTool::Result TestTool::process()
m_options.evmVersion(),
m_options.vmPaths,
m_options.enforceViaYul,
m_options.enforceCompileToEwasm,
m_options.enforceGasTest,
m_options.enforceGasTestMinValue
});