Merge pull request #11129 from blishko/smt-ci-tests

Run SMTChecker tests for all EVM versions
This commit is contained in:
Leonardo
2021-03-24 10:31:44 +01:00
committed by GitHub
2 changed files with 8 additions and 19 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ Testsuite const g_interactiveTestsuites[] = {
{"Semantic", "libsolidity", "semanticTests", false, true, &SemanticTest::create},
{"JSON AST", "libsolidity", "ASTJSON", false, false, &ASTJSONTest::create},
{"JSON ABI", "libsolidity", "ABIJson", false, false, &ABIJsonTest::create},
{"SMT Checker", "libsolidity", "smtCheckerTests", true, false, &SMTCheckerTest::create, {"nooptions"}},
{"SMT Checker", "libsolidity", "smtCheckerTests", true, false, &SMTCheckerTest::create},
{"Gas Estimates", "libsolidity", "gasTests", false, false, &GasTest::create}
};