From 0d0b0d7937f77cd5ee11268863aeab19b65db94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 4 Oct 2016 22:45:22 +0200 Subject: Update Erlang.mk to fix a testing issue on Windows Triq didn't work because of path issues. --- erlang.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'erlang.mk') diff --git a/erlang.mk b/erlang.mk index d2d80df..c504ce4 100644 --- a/erlang.mk +++ b/erlang.mk @@ -16,7 +16,7 @@ ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST))) -ERLANG_MK_VERSION = 2.0.0-pre.2-145-gd387560 +ERLANG_MK_VERSION = 2.0.0-pre.2-145-gd387560-dirty # Core configuration. @@ -6419,7 +6419,7 @@ ifeq ($(filter triq,$(DEPS) $(TEST_DEPS)),triq) tests:: triq define triq_check.erl - code:add_pathsa(["$(CURDIR)/ebin", "$(DEPS_DIR)/*/ebin"]), + code:add_pathsa(["$(call core_native_path,$(CURDIR)/ebin)", "$(call core_native_path,$(DEPS_DIR)/*/ebin)"]), try case $(1) of all -> [true] =:= lists:usort([triq:check(M) || M <- [$(call comma_list,$(3))]]); -- cgit v1.2.3