aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-09-13 23:16:45 +0800
committerchriseth <chris@ethereum.org>2017-11-30 00:08:44 +0800
commit98c38108e8ce01888ee4dbf98a332aa5ba41f722 (patch)
treef358ce8456893ae0b26b9e048c3657641e0a25c7 /test/boostTest.cpp
parentbdc1ff8ec71bdf96e0706c951dd92def3aee4aa2 (diff)
downloaddexon-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.cpp1
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",