aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-04-06 04:43:20 +0800
committersubtly <subtly@users.noreply.github.com>2015-04-06 04:43:20 +0800
commit11220625bdc8319c8275e2782eaa6887eee4fe22 (patch)
treee7ace5b954e412ca43024f17a60fb139bea18f66 /SolidityEndToEndTest.cpp
parenta8c8d5ece587906f355b2ea28f0f6ce1bf9e10dd (diff)
parenta2507495052d39ef4ddfc6fc256b29e063a81eb6 (diff)
downloaddexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar.gz
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar.bz2
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar.lz
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar.xz
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.tar.zst
dexon-solidity-11220625bdc8319c8275e2782eaa6887eee4fe22.zip
Merge branch 'develop' into p2p
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r--SolidityEndToEndTest.cpp4
1 files changed, 3 insertions, 1 deletions
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 <string>
#include <tuple>
#include <boost/test/unit_test.hpp>
@@ -3627,3 +3628,4 @@ BOOST_AUTO_TEST_SUITE_END()
}
} // end namespaces
+#endif