From 966407f28555d46bddfd76287198615ac1f5cc9b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 5 Apr 2015 17:46:12 +0200 Subject: Allow Solidity build to be disabled. --- SolidityInterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SolidityInterface.cpp') diff --git a/SolidityInterface.cpp b/SolidityInterface.cpp index 48e2fd7a..c836f0fa 100644 --- a/SolidityInterface.cpp +++ b/SolidityInterface.cpp @@ -20,6 +20,8 @@ * Unit tests for generating source interfaces for Solidity contracts. */ +#if ETH_SOLIDITY + #include "TestHelper.h" #include #include @@ -147,3 +149,5 @@ BOOST_AUTO_TEST_SUITE_END() } } } + +#endif -- cgit v1.2.3