aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 20:19:07 -0700
committerGravatar Tom Willemse2019-03-28 20:24:54 -0700
commit68edabde0cda9faeb5df4eff1a3f0976039beb6f (patch)
treede3a656545b883a786eb839e75f3f1df2fa013ad /GNUmakefile
parent052fafd9de90cc2ba14cae184d35f32110233102 (diff)
downloademacs-config-68edabde0cda9faeb5df4eff1a3f0976039beb6f.tar.gz
emacs-config-68edabde0cda9faeb5df4eff1a3f0976039beb6f.zip
Move test dependencies out of Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3f364b8..c33f856 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,7 +18,7 @@ test-%:
--load ert \
--load "test/$*-test.el" \
--funcall package-initialize \
- --eval "(package-install-file \"oni-data-dir.el\")" \
+ $(foreach DEP,$(DEPS),--eval "(package-install-file \"$(DEP).el\")") \
--eval "(package-install-file \"$*.el\")" \
--funcall ert-run-tests-batch-and-exit