From 3d4edcf31426a766be26caae329ff0cc688a83d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Jun 2019 14:47:18 +0200 Subject: Fix "make eunit/ct" not fetching apps dependencies --- core/test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/test.mk b/core/test.mk index 3cc9d0a..bbacbbe 100644 --- a/core/test.mk +++ b/core/test.mk @@ -55,7 +55,7 @@ endif # We only care about compiling the current application. ifdef IS_APP test-build-app:: ERLC_OPTS=$(TEST_ERLC_OPTS) -test-build-app:: test-deps +test-build-app:: deps test-deps ifneq ($(wildcard $(TEST_DIR)),) $(verbose) $(MAKE) --no-print-directory test-dir ERLC_OPTS="$(call escape_dquotes,$(TEST_ERLC_OPTS))" endif -- cgit v1.2.3