From ae91cfe710341b74403c55962eaa063d60ef2a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 8 May 2015 22:36:45 +0300 Subject: Fully specify the ct paths Avoids some annoying warnings when Common Test runs. I believe this is a regression. --- core/test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/test.mk') diff --git a/core/test.mk b/core/test.mk index d3f49c2..475afa2 100644 --- a/core/test.mk +++ b/core/test.mk @@ -5,7 +5,7 @@ # Configuration. -TEST_DIR ?= test +TEST_DIR ?= $(CURDIR)/test ALL_TEST_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(TEST_DEPS)) -- cgit v1.2.3