aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2014-12-12 18:48:15 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2014-12-12 18:54:44 +0800
commit49f995a890ee54e90650d839267bd24339c954f8 (patch)
treef5e87b2b1cc4c230c184e4bf504a6692e46c5b06 /state.cpp
parentb0b14eca7f40e29ce892109b0238cbba752ca236 (diff)
downloaddexon-solidity-49f995a890ee54e90650d839267bd24339c954f8.tar.gz
dexon-solidity-49f995a890ee54e90650d839267bd24339c954f8.tar.zst
dexon-solidity-49f995a890ee54e90650d839267bd24339c954f8.zip
Add "--jit" option to State tests
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 07c8373e..961f0f13 100644
--- a/state.cpp
+++ b/state.cpp
@@ -43,6 +43,8 @@ namespace dev { namespace test {
void doStateTests(json_spirit::mValue& v, bool _fillin)
{
+ processCommandLineOptions();
+
for (auto& i: v.get_obj())
{
cnote << i.first;