aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-28 09:59:59 -0800
committerRiccardo Spagni <ric@spagni.net>2018-01-28 09:59:59 -0800
commited67e5c001d50a2eea5fa24dfc58eba0921d525b (patch)
treef91e513317fb01d1d2b9e893db740f2782a0b58d /tests
parent4fcf609942a19fe58021d55b6711de5d2440cd77 (diff)
parent1c99a628e3b805aea54d8d6dd98f751c5955b72d (diff)
downloadmonzero-core-ed67e5c001d50a2eea5fa24dfc58eba0921d525b.tar.gz
monzero-core-ed67e5c001d50a2eea5fa24dfc58eba0921d525b.tar.xz
monzero-core-ed67e5c001d50a2eea5fa24dfc58eba0921d525b.zip
Merge pull request #3198
1c99a628 Tests: Fix building of two fuzz tests on Windows (iDunk5400)
Diffstat (limited to 'tests')
-rw-r--r--tests/fuzz/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fuzz/CMakeLists.txt b/tests/fuzz/CMakeLists.txt
index b15703547..6d34b13e2 100644
--- a/tests/fuzz/CMakeLists.txt
+++ b/tests/fuzz/CMakeLists.txt
@@ -143,6 +143,7 @@ target_link_libraries(http-client_fuzz_tests
PRIVATE
epee
${Boost_THREAD_LIBRARY}
+ ${Boost_CHRONO_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_SYSTEM_LIBRARY}
@@ -158,6 +159,7 @@ target_link_libraries(levin_fuzz_tests
common
epee
${Boost_THREAD_LIBRARY}
+ ${Boost_CHRONO_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}