mirror of
https://github.com/monero-project/monero.git
synced 2026-01-28 07:14:46 +01:00
tests: unbound API is only accessible in static builds
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
#ifdef STATICLIB
|
||||||
|
|
||||||
extern "C" int dnskey_algo_id_is_supported(int);
|
extern "C" int dnskey_algo_id_is_supported(int);
|
||||||
|
|
||||||
TEST(unbound, supported_algorithms)
|
TEST(unbound, supported_algorithms)
|
||||||
@@ -47,3 +49,5 @@ TEST(unbound, supported_algorithms)
|
|||||||
ASSERT_TRUE(dnskey_algo_id_is_supported(13));
|
ASSERT_TRUE(dnskey_algo_id_is_supported(13));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user