aboutsummaryrefslogtreecommitdiffstats
path: root/core/test.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-08 22:36:45 +0300
committerLoïc Hoguin <[email protected]>2015-05-08 22:36:45 +0300
commitae91cfe710341b74403c55962eaa063d60ef2a25 (patch)
tree665eb509a39477f0d3bd8c5890adff764507ac02 /core/test.mk
parentf38e6e5833a251602468567b32a123f862569db0 (diff)
downloaderlang.mk-ae91cfe710341b74403c55962eaa063d60ef2a25.tar.gz
erlang.mk-ae91cfe710341b74403c55962eaa063d60ef2a25.tar.bz2
erlang.mk-ae91cfe710341b74403c55962eaa063d60ef2a25.zip
Fully specify the ct paths
Avoids some annoying warnings when Common Test runs. I believe this is a regression.
Diffstat (limited to 'core/test.mk')
-rw-r--r--core/test.mk2
1 files changed, 1 insertions, 1 deletions
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))