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

tests: libfaketime search

parent 5eff725e
Branches
Tags
No related merge requests found
......@@ -6,9 +6,14 @@ CWRAP_PATH := $(socket_wrapper_LIBS)
FAKETIME_PATH := $(libfaketime_LIBS)
# Targets
preload_syms := LD_PRELOAD="$(FAKETIME_PATH):$(CWRAP_PATH)"
check-integration: $(libmock_calls) $(_test_integration)
ifeq ($(PLATFORM),Darwin)
preload_syms := DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES="$(FAKETIME_PATH):$(CWRAP_PATH)"
else
preload_syms := LD_PRELOAD="$(FAKETIME_PATH):$(CWRAP_PATH)"
endif
check-integration:
$(call preload_LIBS) $(preload_syms) tests/test_integration.py tests/testdata
.PHONY: check-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