[gnus git] branch master updated: n0-15-76-g397ed49 =1= Installed Makefile rules for NNTP testing.
David Engster <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 397ed49906b95bdd86eb3d58f4aaa85e8c1d8a66 (commit)
from c8e100b618d49f22a02b6a33f3a0303fb75d21f1 (commit)
- Log -----------------------------------------------------------------
commit 397ed49906b95bdd86eb3d58f4aaa85e8c1d8a66
Author: David Engster <[email protected]>
Date: Wed Apr 20 20:34:49 2011 +0200
Installed Makefile rules for NNTP testing.
* Makefile.in (test-nntp): New rule.
(check): Add it.
(test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d137b42..885e0ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-20 David Engster <[email protected]>
+
+ * tests/gnustest-nntp.el: New file for simple NNTP testing.
+
+ * Makefile.in (test-nntp): New rule.
+ (check): Add it.
+ (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
+
2011-04-20 Katsumi Yamaoka <[email protected]>
* gnus-registry.el (gnus-registry-action)
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 58d99a1..776d5ef 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -36,10 +36,13 @@ clever some l: gnus-load.el
install: install-el-elc list-installed-shadows
# Test rules
-check: test-registry
+check: test-registry test-nntp
test-registry:
- $(EMACS_COMP) -l ert -l gnus-registry.el -f ert-run-tests-batch-and-exit
+ $(EMACS) $(FLAGS) -l ert -l gnus-registry.el -f ert-run-tests-batch-and-exit
+
+test-nntp:
+ $(EMACS) $(FLAGS) -l ert -l tests/gnustest-nntp.el -f ert-run-tests-batch-and-exit
# This entry will never install .el files if there are no .elc files.
install-el: gnus-load.el
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 8 ++++++++
lisp/Makefile.in | 7 +++++--
2 files changed, 13 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project