Implementing enforcing gas expectations in isoltest.

Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
This commit is contained in:
Djordje Mijovic
2021-03-09 21:26:45 +01:00
co-authored by Daniel Kirchner
parent 515f15f7a3
commit aed3832b27
8 changed files with 56 additions and 9 deletions
+3 -1
View File
@@ -162,7 +162,9 @@ TestTool::Result TestTool::process()
m_path.string(),
m_options.evmVersion(),
m_options.vmPaths,
m_options.enforceViaYul
m_options.enforceViaYul,
m_options.enforceGasTest,
m_options.enforceGasTestMinValue
});
if (m_test->shouldRun())
switch (TestCase::TestResult result = m_test->run(outputMessages, " ", formatted))