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. --- SolidityEndToEndTest.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SolidityEndToEndTest.cpp') diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index ea6ada60..b4da0789 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -1,4 +1,3 @@ - /* This file is part of cpp-ethereum. @@ -22,6 +21,8 @@ * Unit tests for the solidity expression compiler, testing the behaviour of the code. */ +#if ETH_SOLIDITY + #include #include #include @@ -3627,3 +3628,4 @@ BOOST_AUTO_TEST_SUITE_END() } } // end namespaces +#endif -- cgit v1.2.3