]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3729] Added crypto dependency to dhcpsrc/tests
authorFrancis Dupont <fdupont@isc.org>
Wed, 5 Feb 2025 12:08:58 +0000 (13:08 +0100)
committerAndrei Pavel <andrei@isc.org>
Thu, 13 Feb 2025 08:05:19 +0000 (10:05 +0200)
src/lib/dhcpsrv/tests/meson.build

index 18a3f84ed8c7bd35e90a11141f70631c67ce7d6e..dc17f5b2d9b0b2158e5515c8e3346a2780566183 100644 (file)
@@ -94,7 +94,7 @@ kea_dhcpsrv_tests = executable(
         f'-DKEA_LFC_BUILD_DIR="@TOP_BUILD_DIR@/src/bin/lfc"',
         f'-DDEFAULT_HOOKS_PATH="@DEFAULT_HOOKS_PATH@"',
     ],
-    dependencies: [boost, gtest],
+    dependencies: [boost, crypto, gtest],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: [kea_util_unittests_lib] + libs_testutils + LIBS_BUILT_SO_FAR,
 )