tests: add test for needed OpenSSL algorithms in unbound

These can be compiled out of libunbound, leading to failure
to check DNSSEC validity.
This commit is contained in:
moneromooo-monero
2016-03-29 17:56:42 +01:00
parent 2b57845766
commit 34957fcbb9
2 changed files with 52 additions and 1 deletions
+3 -1
View File
@@ -49,7 +49,8 @@ set(unit_tests_sources
test_format_utils.cpp
test_peerlist.cpp
test_protocol_pack.cpp
hardfork.cpp)
hardfork.cpp
unbound.cpp)
set(unit_tests_headers
unit_tests_utils.h)
@@ -69,6 +70,7 @@ target_link_libraries(unit_tests
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${UNBOUND_LIBRARIES}
${EXTRA_LIBRARIES})
set_property(TARGET unit_tests
PROPERTY