aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-11-30 04:02:32 +0800
committerGitHub <noreply@github.com>2017-11-30 04:02:32 +0800
commit07591478dd78dee56c5b83a62a314e984c3a83a6 (patch)
tree0cfaaea815595dac131aebc27e616e8f786b0da5 /test/boostTest.cpp
parentaebf72c2c5315674af18e6016b6c85ce0e63fb31 (diff)
parent9d8e3ff395006c0c6285f70c13bd470e9374bda3 (diff)
downloaddexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar.gz
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar.bz2
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar.lz
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar.xz
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.tar.zst
dexon-solidity-07591478dd78dee56c5b83a62a314e984c3a83a6.zip
Merge pull request #2863 from ethereum/structDecoder
ABI decoder
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",