From 1d6402e065e4a9f729249b5d33841315c35f0282 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Feb 2019 14:41:11 +0100 Subject: [PATCH] tests: Set socket_wrapper to be required for testing Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d719023..ad3fa8c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -35,7 +35,7 @@ set(RWRAP_TESTS set(PRELOAD_LIBS ${RESOLV_WRAPPER_LOCATION}) # Some tests require socket_wrapper as well. -find_package(socket_wrapper) +find_package(socket_wrapper REQUIRED) # On Solaris the socket functions are compiled into libresolv.so so we can't preload # socket_wrapper. Only faking will work! -- 2.34.1