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. --- Assembly.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Assembly.cpp') diff --git a/Assembly.cpp b/Assembly.cpp index fbc8e47b..fab260a9 100644 --- a/Assembly.cpp +++ b/Assembly.cpp @@ -20,6 +20,8 @@ * Unit tests for Assembly Items from evmcore/Assembly.h */ +#if ETH_SOLIDITY + #include #include #include @@ -119,3 +121,4 @@ BOOST_AUTO_TEST_SUITE_END() } } // end namespaces +#endif -- cgit v1.2.3