From 0cdac548f4d9c05ecb2ca2ebfdfec8a491813e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 19 May 2015 18:04:31 +0300 Subject: Import rebar_utils for improved compatibility This allows us to skip some of the worst hacks and improve compatibility since we are using the original code. --- test/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index a77b307..8df6e8b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,6 +8,11 @@ V ?= 0 +# Temporary files directory. + +ERLANG_MK_TMP=$(CURDIR)/tmp +export ERLANG_MK_TMP + # t = Verbosity control for tests # v = Verbosity control for erlang.mk # i = Command to display (or suppress) info messages @@ -43,7 +48,7 @@ all: clean app ct eunit tests-cover docs pkgs $i '+---------------------+' clean: - $t rm -rf app1 + $t rm -rf app1 $(ERLANG_MK_TMP) app: app1 $i "app: Testing the 'app' target." -- cgit v1.2.3