diff options
author | chriseth <chris@ethereum.org> | 2017-09-13 23:16:45 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-11-30 00:08:44 +0800 |
commit | 98c38108e8ce01888ee4dbf98a332aa5ba41f722 (patch) | |
tree | f358ce8456893ae0b26b9e048c3657641e0a25c7 /test/boostTest.cpp | |
parent | bdc1ff8ec71bdf96e0706c951dd92def3aee4aa2 (diff) | |
download | dexon-solidity-98c38108e8ce01888ee4dbf98a332aa5ba41f722.tar.gz dexon-solidity-98c38108e8ce01888ee4dbf98a332aa5ba41f722.tar.zst dexon-solidity-98c38108e8ce01888ee4dbf98a332aa5ba41f722.zip |
Decoder tests.
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 7b452e06..a3cc51c5 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -57,6 +57,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) if (dev::test::Options::get().disableIPC) { for (auto suite: { + "ABIDecoderTest", "ABIEncoderTest", "SolidityAuctionRegistrar", "SolidityFixedFeeRegistrar", |