diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-04-06 16:20:58 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-04-06 16:20:58 +0800 |
commit | b9ace5452ea869418c350d632f7e23fa83d6ff75 (patch) | |
tree | 21b9af6219b11f7b696dca486753d76bc0df1892 /SolidityCompiler.cpp | |
parent | 8921dc0de43536cf94c43647282fb379a57888e9 (diff) | |
parent | ac32ee3ec7f960f80442b00e55455661fa94572d (diff) | |
download | dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.gz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.bz2 dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.lz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.xz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.zst dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.zip |
Merge remote-tracking branch 'upstream/develop' into addTests
Diffstat (limited to 'SolidityCompiler.cpp')
-rw-r--r-- | SolidityCompiler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SolidityCompiler.cpp b/SolidityCompiler.cpp index 1369b038..bb16c88c 100644 --- a/SolidityCompiler.cpp +++ b/SolidityCompiler.cpp @@ -20,6 +20,8 @@ * Unit tests for the solidity compiler. */ +#if ETH_SOLIDITY + #include <string> #include <iostream> #include <boost/test/unit_test.hpp> @@ -192,3 +194,4 @@ BOOST_AUTO_TEST_SUITE_END() } } // end namespaces +#endif |