Skip to content
Snippets Groups Projects
Commit e03619b9 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: preload mock calls on Linux

parent a2406b5f
Branches
Tags
No related merge requests found
......@@ -5,7 +5,8 @@ ifeq ($(PLATFORM),Darwin)
DYLD_INSERT_LIBRARIES=tests/libmock_calls.dylib \
DYLD_LIBRARY_PATH="$(preload_PATH):${DYLD_LIBRARY_PATH}"
else
preload_LIBS := @LD_LIBRARY_PATH="$(preload_PATH):${LD_LIBRARY_PATH}"
preload_LIBS := @LD_LIBRARY_PATH="$(preload_PATH):${LD_LIBRARY_PATH}" \
LD_PRELOAD=tests/libmock_calls.so
endif
# Unit tests
......
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