From 5e4de91c73f1be39fd4e85e0c526ef62e40a4431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 15 May 2023 17:01:59 +0200 Subject: Cleaned up dep cache tests, added hex test and fixed a bug --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 82873f0..169cfd0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ endif # Temporary application name, taken from rule name. APP = test_$(subst -,_,$@) -CACHE_DIR = $(CURDIR)/$(APP).cache +CACHE_DIR = $(CURDIR)/$(APP)/.cache export CACHE_DIR # Erlang, quickly! @@ -128,7 +128,7 @@ endef all:: core clean:: - $t rm -rf erl_crash.dump packages/ $(filter-out test_rebar_git/,$(wildcard test_*/)) $(CACHE_DIR) + $t rm -rf erl_crash.dump packages/ $(filter-out test_rebar_git/,$(wildcard test_*/)) init: clean $i "Prefetch Rebar if necessary" -- cgit v1.2.3