aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-04-02 16:02:18 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-04-02 16:02:18 +0100
commit5092e45e3fbfd614743e675c216c4ab0214073bb (patch)
tree69d0a92d70af2df292e6c2b27836a9ce257cb9d7 /tests
parentMerge pull request #780 (diff)
downloadmonero-5092e45e3fbfd614743e675c216c4ab0214073bb.tar.xz
tests: unbound API is only accessible in static builds
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/unbound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit_tests/unbound.cpp b/tests/unit_tests/unbound.cpp
index 25026ec58..666f68127 100644
--- a/tests/unit_tests/unbound.cpp
+++ b/tests/unit_tests/unbound.cpp
@@ -30,6 +30,8 @@
#include "gtest/gtest.h"
+#ifdef STATICLIB
+
extern "C" int dnskey_algo_id_is_supported(int);
TEST(unbound, supported_algorithms)
@@ -47,3 +49,5 @@ TEST(unbound, supported_algorithms)
ASSERT_TRUE(dnskey_algo_id_is_supported(13));
}
+#endif
+