]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/load-relative/test/Makefile.am
Merge commit 'c876c3c62f03d7e945b049932a55496b3cdfe05d'
[gnu-emacs-elpa] / packages / load-relative / test / Makefile.am
index c1139b05d128c3e15a6f33be7d32a8a56b707919..3f8bd55307bf85000664be8825321ef2d1c851f9 100644 (file)
@@ -42,8 +42,8 @@ check: $(CHECK_FILES)
 
 #: Run all tests via el-get
 check-elget:
-       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load test-load.el)
-       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load test-require-list.el)
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load ./install-pkgs.el --load test-load.el)
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load ./install-pkgs.el --load test-require-list.el)
 # Leave out until we can get dependecies worked out
 # #: Run all tests via el-get
 #check-elget: $(EL_GET_CHECK_FILES)s