From 68edabde0cda9faeb5df4eff1a3f0976039beb6f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 28 Mar 2019 20:19:07 -0700 Subject: Move test dependencies out of Makefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.3-2-g0d8e