diff options
author | chriseth <chris@ethereum.org> | 2017-08-07 18:52:40 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-08-10 21:49:02 +0800 |
commit | 95acbc7a9f03eecf837d87eb72f115c1b1650487 (patch) | |
tree | e50b229fd7c182343b51a4f62700ed024ba4a209 /test/boostTest.cpp | |
parent | 279e64ae75c5615ca3fc7570a3d533270e43caac (diff) | |
download | dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.gz dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.tar.zst dexon-solidity-95acbc7a9f03eecf837d87eb72f115c1b1650487.zip |
Some more ABI 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 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", |