aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-07 18:52:40 +0800
committerchriseth <chris@ethereum.org>2017-08-10 21:49:02 +0800
commit95acbc7a9f03eecf837d87eb72f115c1b1650487 (patch)
treee50b229fd7c182343b51a4f62700ed024ba4a209 /test/boostTest.cpp
parent279e64ae75c5615ca3fc7570a3d533270e43caac (diff)
downloaddexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.gz
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.bz2
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.lz
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.xz
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.zst
dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.zip
Some more ABI 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 c2121940..d8c5b678 100644
--- a/test/boostTest.cpp
+++ b/test/boostTest.cpp
@@ -46,6 +46,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
if (dev::test::Options::get().disableIPC)
{
for (auto suite: {
+ "ABIEncoderTest",
"SolidityAuctionRegistrar",
"SolidityFixedFeeRegistrar",
"SolidityWallet",