Skip to content
Snippets Groups Projects
Commit f65b197c authored by Grigorii Demidov's avatar Grigorii Demidov
Browse files

tests: using cwrap

parent 0850d99c
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment