aboutsummaryrefslogtreecommitdiffstats
path: root/natspec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'natspec.cpp')
-rw-r--r--natspec.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/natspec.cpp b/natspec.cpp
index 827f9662..8ba66041 100644
--- a/natspec.cpp
+++ b/natspec.cpp
@@ -19,6 +19,8 @@
* @date 2015
*/
+#if !ETH_HEADLESS
+
#include <boost/test/unit_test.hpp>
#include <libdevcore/Log.h>
#include <libnatspec/NatspecExpressionEvaluator.h>
@@ -110,3 +112,5 @@ BOOST_AUTO_TEST_CASE(natspec_js_eval_error)
}
BOOST_AUTO_TEST_SUITE_END()
+
+#endif