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

tests: fixed typo

parent 5e52782e
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_cals.so
preload_syms := LD_PRELOAD=tests/libmock_calls.so
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