aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityNatspecJSON.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-04-06 16:20:58 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-04-06 16:20:58 +0800
commitb9ace5452ea869418c350d632f7e23fa83d6ff75 (patch)
tree21b9af6219b11f7b696dca486753d76bc0df1892 /SolidityNatspecJSON.cpp
parent8921dc0de43536cf94c43647282fb379a57888e9 (diff)
parentac32ee3ec7f960f80442b00e55455661fa94572d (diff)
downloaddexon-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 'SolidityNatspecJSON.cpp')
-rw-r--r--SolidityNatspecJSON.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp
index aeaad196..28d65735 100644
--- a/SolidityNatspecJSON.cpp
+++ b/SolidityNatspecJSON.cpp
@@ -20,6 +20,8 @@
* Unit tests for the solidity compiler JSON Interface output.
*/
+#if ETH_SOLIDITY
+
#include "TestHelper.h"
#include <json/json.h>
#include <libsolidity/CompilerStack.h>
@@ -537,3 +539,5 @@ BOOST_AUTO_TEST_SUITE_END()
}
}
}
+
+#endif