aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r--plugins/eunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk
index 1847453..aa4cc9a 100644
--- a/plugins/eunit.mk
+++ b/plugins/eunit.mk
@@ -27,7 +27,7 @@ define eunit.erl
ok -> ok;
error -> halt(2)
end,
- CoverExport("$(COVER_DATA_DIR)/eunit.coverdata"),
+ CoverExport("$(call core_native_path,$(COVER_DATA_DIR))/eunit.coverdata"),
halt()
endef