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. --- SolidityNatspecJSON.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SolidityNatspecJSON.cpp') diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp index aeaad196..28d65735 100644 --- a/SolidityNatspecJSON.cpp +++ b/SolidityNatspecJSON.cpp @@ -20,6 +20,8 @@ * Unit tests for the solidity compiler JSON Interface output. */ +#if ETH_SOLIDITY + #include "TestHelper.h" #include #include @@ -537,3 +539,5 @@ BOOST_AUTO_TEST_SUITE_END() } } } + +#endif -- cgit v1.2.3