From: Marek VavruĊĦa Date: Mon, 11 May 2015 07:37:34 +0000 (+0200) Subject: tests: fixed typo X-Git-Tag: v1.0.0-beta1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f374ecae756fd76c964d9a0cf9ee7785a997a41;p=thirdparty%2Fknot-resolver.git tests: fixed typo --- diff --git a/tests/integration.mk b/tests/integration.mk index 04c468e26..50bbfec48 100644 --- a/tests/integration.mk +++ b/tests/integration.mk @@ -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)