From: Grigorii Demidov Date: Thu, 30 Jul 2015 11:35:17 +0000 (+0200) Subject: tests: using cwrap X-Git-Tag: v1.0.0-beta1~58^2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f65b197ccea5d91e1238e732afd2acc5cbe019f3;p=thirdparty%2Fknot-resolver.git tests: using cwrap --- diff --git a/tests/integration.mk b/tests/integration.mk index 727e0a0b5..a76845a2c 100644 --- a/tests/integration.mk +++ b/tests/integration.mk @@ -18,7 +18,7 @@ $(eval $(call make_shared,_test_integration,tests)) ifeq ($(PLATFORM),Darwin) preload_syms := DYLD_INSERT_LIBRARIES=tests/libmock_calls.dylib else - preload_syms := LD_PRELOAD=tests/libmock_calls.so:$(shell pkg-config --libs socket_wrapper) + preload_syms := LD_PRELOAD=$(shell pkg-config --libs socket_wrapper) endif check-integration: $(libmock_calls) $(_test_integration)