]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: using cwrap
authorGrigorii Demidov <grigorii.demidov@nic.cz>
Thu, 30 Jul 2015 11:35:17 +0000 (13:35 +0200)
committerGrigorii Demidov <grigorii.demidov@nic.cz>
Thu, 30 Jul 2015 11:35:17 +0000 (13:35 +0200)
tests/integration.mk

index 727e0a0b53364c63b9a78bae98c05876f52b817f..a76845a2c2cd0ba85603d7d64e883891f51a9b8c 100644 (file)
@@ -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)