Allow Solidity build to be disabled.

This commit is contained in:
Gav Wood
2015-04-05 17:46:12 +02:00
parent 8afc2ab1e1
commit 966407f285
14 changed files with 44 additions and 5 deletions
+3 -1
View File
@@ -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 <string>
#include <tuple>
#include <boost/test/unit_test.hpp>
@@ -3627,3 +3628,4 @@ BOOST_AUTO_TEST_SUITE_END()
}
} // end namespaces
#endif