From 98c38108e8ce01888ee4dbf98a332aa5ba41f722 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 13 Sep 2017 17:16:45 +0200 Subject: Decoder tests. --- test/boostTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/boostTest.cpp') 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", -- cgit