]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Add symlink to README
[gnu-emacs-elpa] / Makefile
index 9dc59b16ad57879fcdedf28226f65bac15985dcf..3e031e6d93eafd2b737dfcb29fa96e119e7b52fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 EMACS ?= emacs
 RM ?= rm
-ELC = gobject-align.elc gobject-snippet.elc gobject-minor-mode.elc
+ELC = gnome-align.elc gnome-snippet.elc gnome-minor-mode.elc
 
 all: $(ELC)
 
@@ -8,5 +8,9 @@ all: $(ELC)
        $(EMACS) -Q -batch --eval "(setq load-path (cons nil load-path))" \
                -f batch-byte-compile $<
 
+check:
+       $(EMACS) -Q -batch --eval "(setq load-path (cons nil load-path))" \
+               -l ert -l gnome-tests.el -f ert-run-tests-batch-and-exit
+
 clean:
        $(RM) -rf $(ELC)