]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/load-relative/test/Makefile.am
Merge commit '3fa56d7925d5b24c5cd11c61bd6b3235e753a055'
[gnu-emacs-elpa] / packages / load-relative / test / Makefile.am
index df1647fcb5a54aeba23d7e3048fb0b2cc5761f7f..80518c2bb445db52324a0e749dd551ed4d586b28 100644 (file)
@@ -41,7 +41,11 @@ EL_GET_CHECK_FILES = $(notdir $(test_files:.el=.elrun))
 check: $(CHECK_FILES)
 
 #: Run all tests via el-get
-check-elget: $(EL_GET_CHECK_FILES)
+check-elget:
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load ./install-pkgs.el --load test-load.el)
+# Leave out until we can get dependecies worked out
+# #: Run all tests via el-get
+#check-elget: $(EL_GET_CHECK_FILES)s
 
 #: Run all tests with minimum verbosity
 check-short:
@@ -54,11 +58,11 @@ check-short-elget:
 test-%.run:
        (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load $(@:.run=.el))
 
-#: Run tests using el-get to specify external Lisp dependencies
+#: Run tests getting external Lisp dependencies
 test-%.elrun:
-       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load ../el-get-install.el --load $(@:.elrun=.el))
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash --load ./install-pkgs.el --load $(@:.elrun=.el))
 
-# Whatever it is you want to do, it should be forwarded to the
-# to top-level directories
+# Whatever it is you want to do, it should be forwarded to the
+# to top-level directories
 # %:
 #      $(MAKE) -C .. $@