summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e19149d..26cb7619 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ endif
@echo "Running tests matching pattern: $(TEST)..."
@$(EMACS_TEST) \
-l ert \
- $(foreach test,$(ALL_TESTS),-l $(test)) \
+ $(foreach test,$(ALL_TESTS),-l $(abspath $(test))) \
--eval '(ert-run-tests-batch-and-exit "$(TEST)")'
@echo "✓ Tests matching '$(TEST)' complete"