diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 22:59:58 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-11 01:06:07 +0800 |
commit | d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0 (patch) | |
tree | 3f9e314a241bbe62cd73d348eb3117972622f52a /test/boostTest.cpp | |
parent | ead13b1d21b1b10f4a13afb98a742fda9828edb2 (diff) | |
download | dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.tar.gz dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.tar.zst dexon-solidity-d80d324de7fa7eb79e21d1e6d7cbca4ba3eebcd0.zip |
Tests for gas costs.
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r-- | test/boostTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp index ff443d11..cff0f5c0 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -183,6 +183,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) "LLLEndToEndTest", #endif "GasMeterTests", + "GasCostTests", "SolidityEndToEndTest", "SolidityOptimizer" }) |