From 833fc7b75116322757b0f2c30d25c65124fee7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 4 Oct 2016 22:49:05 +0200 Subject: Fix path issues when running triq tests on Windows --- plugins/triq.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/triq.mk') diff --git a/plugins/triq.mk b/plugins/triq.mk index f316c1b..c108f7e 100644 --- a/plugins/triq.mk +++ b/plugins/triq.mk @@ -9,7 +9,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