diff options
| author | AwfulCrawler <AwfulCrawler@users.noreply.github.com> | 2016-04-18 13:58:22 +1200 |
|---|---|---|
| committer | AwfulCrawler <AwfulCrawler@users.noreply.github.com> | 2016-04-18 13:58:22 +1200 |
| commit | 2d9dfd082096429b4b1876aff8cb8c76f93b7b10 (patch) | |
| tree | 3665fcb864eabc32a754c7bfddc90a3c672dd598 /tests/unit_tests/unbound.cpp | |
| parent | abea280dd3df0c0f6d67a930eb2ffe5b73255fa9 (diff) | |
| parent | 1c66fe04bcebf50102abe6c96322f0fa5ce740ec (diff) | |
| download | monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.tar.gz monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.tar.xz monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.zip | |
Merge pull request #1 from monero-project/master
Catch up with Monero master
Diffstat (limited to 'tests/unit_tests/unbound.cpp')
| -rw-r--r-- | tests/unit_tests/unbound.cpp | 4 |
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 + |
